diff --git a/src/eitd/dmx.h b/src/eitd/dmx.h index 7a097b475..33cb55621 100644 --- a/src/eitd/dmx.h +++ b/src/eitd/dmx.h @@ -32,8 +32,8 @@ #if HAVE_COOL_HARDWARE #include #endif -#if HAVE_TRIPLEDRAGON || USE_STB_HAL -#include +#if USE_STB_HAL +#include #endif #include diff --git a/src/zapit/include/dmx.h b/src/zapit/include/dmx.h index 8901560c6..c8f41b8a3 100644 --- a/src/zapit/include/dmx.h +++ b/src/zapit/include/dmx.h @@ -1,11 +1,9 @@ #if HAVE_COOL_HARDWARE #include #elif USE_STB_HAL -#include -#elif HAVE_TRIPLEDRAGON -#include +#include #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? #endif diff --git a/src/zapit/src/capmt.cpp b/src/zapit/src/capmt.cpp index 7ed24eb44..11348287a 100644 --- a/src/zapit/src/capmt.cpp +++ b/src/zapit/src/capmt.cpp @@ -30,9 +30,6 @@ #include #include -#ifndef HAVE_COOL_HARDWARE -#include -#endif #include #include