simplify more includes of compatibility headers

Origin commit data
------------------
Commit: 2188c528f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- simplify more includes of compatibility headers
This commit is contained in:
vanhofen
2018-12-22 10:03:40 +01:00
parent a04c372c02
commit a681e07689
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;