- simplify more includes of compatibility headers

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-22 10:03:40 +01:00
committed by Thilo Graf
parent 00e159b5fa
commit bd01452e2f
3 changed files with 5 additions and 8 deletions

View File

@@ -29,12 +29,8 @@
#include <sys/types.h>
#include <vector>
#include <config.h>
#if HAVE_COOL_HARDWARE
#include <dmx_cs.h>
#endif
#if USE_STB_HAL
#include <dmx_hal.h>
#endif
#include <hardware/dmx.h>
#include <zapit/types.h>
#include <set>

View File

@@ -28,7 +28,8 @@
#include <OpenThreads/Mutex>
#include <zapit/channel.h>
#include <dvbsi++/ca_program_map_section.h>
#include <dmx_cs.h>
#include <hardware/dmx.h>
#define DEMUX_DECODE_0 1
#define DEMUX_DECODE_1 2

View File

@@ -38,7 +38,7 @@
#include <zapit/client/zapittools.h>
#include <zapit/femanager.h>
#include <zapit/capmt.h>
#include <dmx_cs.h>
#include <hardware/dmx.h>
#include <OpenThreads/ScopedLock>
static int fedebug = 0;