diff --git a/dix/inpututils_priv.h b/dix/inpututils_priv.h index 1f2076999f..2d2289773a 100644 --- a/dix/inpututils_priv.h +++ b/dix/inpututils_priv.h @@ -24,8 +24,6 @@ #ifndef _XSERVER_DIX_INPUTUTILS_PRIV_H #define _XSERVER_DIX_INPUTUTILS_PRIV_H -#include "dix-config.h" - #include "input.h" #include "eventstr.h" #include diff --git a/dri3/dri3_priv.h b/dri3/dri3_priv.h index 5e790fae5f..982345e8e2 100644 --- a/dri3/dri3_priv.h +++ b/dri3/dri3_priv.h @@ -23,7 +23,6 @@ #ifndef _DRI3PRIV_H_ #define _DRI3PRIV_H_ -#include "dix-config.h" #include #include "scrnintstr.h" #include "misc.h" diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 174a0f2c34..4c6b1163d6 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -26,8 +26,6 @@ #ifndef EXAPRIV_H #define EXAPRIV_H -#include - #include "exa.h" #include diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 2740a9398a..1ca9cab5cc 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -27,8 +27,6 @@ #ifndef GLAMOR_PRIV_H #define GLAMOR_PRIV_H -#include "dix-config.h" - #include #include "os/bug_priv.h" diff --git a/hw/kdrive/ephyr/ephyr_glamor.c b/hw/kdrive/ephyr/ephyr_glamor.c index 5573327f0f..a80e801fed 100644 --- a/hw/kdrive/ephyr/ephyr_glamor.c +++ b/hw/kdrive/ephyr/ephyr_glamor.c @@ -25,6 +25,8 @@ * * Glamor support and EGL setup. */ +#include + #define MESA_EGL_NO_X11_HEADERS #define EGL_NO_X11 diff --git a/os/probes_priv.h b/os/probes_priv.h index b7d69f57c5..b940b4d4da 100644 --- a/os/probes_priv.h +++ b/os/probes_priv.h @@ -24,10 +24,6 @@ #ifndef XORG_PROBES_H #define XORG_PROBES_H -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - /* definitions needed to include Dtrace probes in a source file */ #ifdef XSERVER_DTRACE