diff --git a/hw/xfree86/loader/loader.h b/hw/xfree86/loader/loader.h index b91fdb97ab..1d9d7338b9 100644 --- a/hw/xfree86/loader/loader.h +++ b/hw/xfree86/loader/loader.h @@ -45,13 +45,10 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - #ifndef _LOADER_H #define _LOADER_H -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include diff --git a/hw/xfree86/loader/loaderProcs.h b/hw/xfree86/loader/loaderProcs.h index 1e67092dce..2c6ced356f 100644 --- a/hw/xfree86/loader/loaderProcs.h +++ b/hw/xfree86/loader/loaderProcs.h @@ -45,13 +45,10 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - #ifndef _LOADERPROCS_H #define _LOADERPROCS_H -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "xf86Module.h" diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index db0a3da69f..3a4142bb1b 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.c @@ -45,10 +45,7 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "dix.h" #include "os.h"