mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- simplify more includes of compatibility headers
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user