diff --git a/hw/dmx/config/xdmxconfig.c b/hw/dmx/config/xdmxconfig.c index 1ba59b67ef..9a350a826e 100644 --- a/hw/dmx/config/xdmxconfig.c +++ b/hw/dmx/config/xdmxconfig.c @@ -32,6 +32,10 @@ * */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include #include #include diff --git a/hw/dmx/examples/dmxaddinput.c b/hw/dmx/examples/dmxaddinput.c index d4ec963a01..c391385e98 100644 --- a/hw/dmx/examples/dmxaddinput.c +++ b/hw/dmx/examples/dmxaddinput.c @@ -35,7 +35,7 @@ #include #include #include -#include "dmxext.h" +#include int main(int argc, char **argv) { diff --git a/hw/dmx/examples/dmxaddscreen.c b/hw/dmx/examples/dmxaddscreen.c index a1118f4375..5fa008c216 100644 --- a/hw/dmx/examples/dmxaddscreen.c +++ b/hw/dmx/examples/dmxaddscreen.c @@ -36,7 +36,7 @@ #include #include #include -#include "dmxext.h" +#include int main(int argc, char **argv) { diff --git a/hw/dmx/examples/dmxreconfig.c b/hw/dmx/examples/dmxreconfig.c index a334fb3cfd..efcead86ea 100644 --- a/hw/dmx/examples/dmxreconfig.c +++ b/hw/dmx/examples/dmxreconfig.c @@ -35,7 +35,7 @@ #include #include #include -#include "dmxext.h" +#include int main(int argc, char **argv) { diff --git a/hw/dmx/examples/dmxresize.c b/hw/dmx/examples/dmxresize.c index 3801658a61..f6fadf70c8 100644 --- a/hw/dmx/examples/dmxresize.c +++ b/hw/dmx/examples/dmxresize.c @@ -35,7 +35,7 @@ #include #include #include -#include "dmxext.h" +#include int main(int argc, char **argv) { diff --git a/hw/dmx/examples/dmxrminput.c b/hw/dmx/examples/dmxrminput.c index 932a5d321a..3860cc9c62 100644 --- a/hw/dmx/examples/dmxrminput.c +++ b/hw/dmx/examples/dmxrminput.c @@ -35,7 +35,7 @@ #include #include #include -#include "dmxext.h" +#include int main(int argc, char **argv) { diff --git a/hw/dmx/examples/dmxrmscreen.c b/hw/dmx/examples/dmxrmscreen.c index 1b60b1088f..ab3653d24c 100644 --- a/hw/dmx/examples/dmxrmscreen.c +++ b/hw/dmx/examples/dmxrmscreen.c @@ -36,7 +36,7 @@ #include #include #include -#include "dmxext.h" +#include int main(int argc, char **argv) { diff --git a/hw/dmx/examples/dmxwininfo.c b/hw/dmx/examples/dmxwininfo.c index 201420574e..bbf7f74462 100644 --- a/hw/dmx/examples/dmxwininfo.c +++ b/hw/dmx/examples/dmxwininfo.c @@ -41,7 +41,7 @@ #include #include #include -#include "dmxext.h" +#include static const char *FontName = "fixed"; diff --git a/hw/dmx/examples/xdmx.c b/hw/dmx/examples/xdmx.c index 540465a797..3fec7dd3d9 100644 --- a/hw/dmx/examples/xdmx.c +++ b/hw/dmx/examples/xdmx.c @@ -35,7 +35,7 @@ #include #include #include -#include "dmxext.h" +#include static void indent(int level) { diff --git a/hw/dmx/examples/xinput.c b/hw/dmx/examples/xinput.c index c1787f18c1..c2b9bc0f4d 100644 --- a/hw/dmx/examples/xinput.c +++ b/hw/dmx/examples/xinput.c @@ -40,7 +40,7 @@ #include #include #include -#include "dmxext.h" +#include #include static const char *core(DMXInputAttributes *iinf)