diff options
Diffstat (limited to 'xfixes')
-rwxr-xr-x | xfixes/cursor.c | 3 | ||||
-rwxr-xr-x | xfixes/region.c | 3 | ||||
-rwxr-xr-x | xfixes/saveset.c | 3 | ||||
-rwxr-xr-x | xfixes/select.c | 3 | ||||
-rwxr-xr-x | xfixes/xfixes.c | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/xfixes/cursor.c b/xfixes/cursor.c index 25b0fac6e..6895b6f00 100755 --- a/xfixes/cursor.c +++ b/xfixes/cursor.c @@ -26,9 +26,6 @@ #include <dix-config.h> #endif -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include "xfixesint.h" #include "scrnintstr.h" #include "cursorstr.h" diff --git a/xfixes/region.c b/xfixes/region.c index 1ee2cd744..d317f7313 100755 --- a/xfixes/region.c +++ b/xfixes/region.c @@ -26,9 +26,6 @@ #include <dix-config.h> #endif -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include "xfixesint.h" #include "scrnintstr.h" #ifdef RENDER diff --git a/xfixes/saveset.c b/xfixes/saveset.c index 780aeb57b..9ebf24584 100755 --- a/xfixes/saveset.c +++ b/xfixes/saveset.c @@ -26,9 +26,6 @@ #include <dix-config.h> #endif -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include "xfixesint.h" int diff --git a/xfixes/select.c b/xfixes/select.c index 71addd470..4c7a49def 100755 --- a/xfixes/select.c +++ b/xfixes/select.c @@ -26,9 +26,6 @@ #include <dix-config.h> #endif -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include "xfixesint.h" static RESTYPE SelectionClientType, SelectionWindowType; diff --git a/xfixes/xfixes.c b/xfixes/xfixes.c index 38e9b39c1..b2cd4afaa 100755 --- a/xfixes/xfixes.c +++ b/xfixes/xfixes.c @@ -26,9 +26,6 @@ #include <dix-config.h> #endif -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include "xfixesint.h" unsigned char XFixesReqCode; |