diff options
Diffstat (limited to 'dix/colormap.c')
-rw-r--r-- | dix/colormap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dix/colormap.c b/dix/colormap.c index 5d2d40f28..c21623cd1 100644 --- a/dix/colormap.c +++ b/dix/colormap.c @@ -56,10 +56,10 @@ SOFTWARE. #include <X11/X.h> #define NEED_EVENTS #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dix.h" #include "colormapst.h" -#include <X11/os.h> +#include "os.h" #include "scrnintstr.h" #include "resource.h" #include "windowstr.h" |