includes: remove *_td.h, we use is *_hal.h now

This commit is contained in:
Stefan Seyfried
2015-02-13 18:13:10 +01:00
parent 78f49580e0
commit 64f4702691
5 changed files with 1 additions and 10 deletions

View File

@@ -44,14 +44,12 @@ endif
pkginclude_HEADERS = \
include/audio_hal.h \
include/audio_td.h \
include/ca_cs.h \
include/ca.h \
include/cs_api.h \
include/cs_types.h \
include/dmx_cs.h \
include/dmx_hal.h \
include/dmx_td.h \
include/glfb.h \
include/hardware_caps.h \
include/init_cs.h \
@@ -61,6 +59,4 @@ pkginclude_HEADERS = \
include/playback_hal.h \
include/pwrmngr.h \
include/record_hal.h \
include/record_td.h \
include/video_hal.h \
include/video_td.h
include/video_hal.h

View File

@@ -1 +0,0 @@
#include "audio_hal.h"

View File

@@ -1,2 +0,0 @@
/* will be removed once all users are converted to dmx_hal */
#include "dmx_hal.h"

View File

@@ -1 +0,0 @@
#include "record_hal.h"

View File

@@ -1 +0,0 @@
#include "video_hal.h"