get rid of dmx_td.h include, use dmx_hal.h instead

This commit is contained in:
Stefan Seyfried
2015-02-06 20:16:50 +01:00
parent e0f8cddeed
commit 3ed6033af9
3 changed files with 4 additions and 9 deletions

View File

@@ -32,8 +32,8 @@
#if HAVE_COOL_HARDWARE #if HAVE_COOL_HARDWARE
#include <dmx_cs.h> #include <dmx_cs.h>
#endif #endif
#if HAVE_TRIPLEDRAGON || USE_STB_HAL #if USE_STB_HAL
#include <dmx_td.h> #include <dmx_hal.h>
#endif #endif
#include <zapit/types.h> #include <zapit/types.h>

View File

@@ -1,11 +1,9 @@
#if HAVE_COOL_HARDWARE #if HAVE_COOL_HARDWARE
#include <dmx_cs.h> #include <dmx_cs.h>
#elif USE_STB_HAL #elif USE_STB_HAL
#include <dmx_td.h> #include <dmx_hal.h>
#elif HAVE_TRIPLEDRAGON
#include <dmx_td.h>
#else #else
#error neither HAVE_COOL_HARDWARE nor HAVE_TRIPLEDRAGON nor USE_STB_HAL defined. #error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
#error do you need to include config.h? #error do you need to include config.h?
#endif #endif

View File

@@ -30,9 +30,6 @@
#include <zapit/debug.h> #include <zapit/debug.h>
#include <ca_cs.h> #include <ca_cs.h>
#ifndef HAVE_COOL_HARDWARE
#include <dmx_td.h>
#endif
#include <dvbsi++/program_map_section.h> #include <dvbsi++/program_map_section.h>
#include <dvbsi++/ca_program_map_section.h> #include <dvbsi++/ca_program_map_section.h>