diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:43 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:43 +0000 |
commit | 9b1debcdb6c7df956c06350a6525afb8e6d691fa (patch) | |
tree | 7f97d0d3d49782523bd6a3e8e0f8a3006d0f336f /dix/colormap.c | |
parent | 657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff) |
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'dix/colormap.c')
-rw-r--r-- | dix/colormap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dix/colormap.c b/dix/colormap.c index 732267172..d64b9db23 100644 --- a/dix/colormap.c +++ b/dix/colormap.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/dix/colormap.c,v 1.6 2005/03/07 23:02:58 gisburn Exp $ */ +/* $XdotOrg: xc/programs/Xserver/dix/colormap.c,v 1.7 2005/04/20 12:25:19 daniels Exp $ */ /* $XFree86: xc/programs/Xserver/dix/colormap.c,v 3.11 2003/11/03 05:10:59 tsi Exp $ */ /*********************************************************** @@ -52,10 +52,10 @@ SOFTWARE. #include <X11/X.h> #define NEED_EVENTS #include <X11/Xproto.h> -#include "misc.h" +#include <X11/misc.h> #include "dix.h" #include "colormapst.h" -#include "os.h" +#include <X11/os.h> #include "scrnintstr.h" #include "resource.h" #include "windowstr.h" |