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 /lbx | |
parent | 657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff) |
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'lbx')
-rw-r--r-- | lbx/lbxcmap.c | 4 | ||||
-rw-r--r-- | lbx/lbxdix.c | 4 | ||||
-rw-r--r-- | lbx/lbxexts.c | 2 | ||||
-rw-r--r-- | lbx/lbxgfx.c | 4 | ||||
-rw-r--r-- | lbx/lbxmain.c | 4 | ||||
-rw-r--r-- | lbx/lbxopts.c | 2 | ||||
-rw-r--r-- | lbx/lbxprop.c | 4 | ||||
-rw-r--r-- | lbx/lbxsquish.c | 2 | ||||
-rw-r--r-- | lbx/lbxswap.c | 4 | ||||
-rw-r--r-- | lbx/lbxtags.c | 2 |
10 files changed, 16 insertions, 16 deletions
diff --git a/lbx/lbxcmap.c b/lbx/lbxcmap.c index 077a95a6e..8214136e9 100644 --- a/lbx/lbxcmap.c +++ b/lbx/lbxcmap.c @@ -33,8 +33,8 @@ from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xos.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "resource.h" #include "scrnintstr.h" diff --git a/lbx/lbxdix.c b/lbx/lbxdix.c index ac1d7bc8d..d3eb0af46 100644 --- a/lbx/lbxdix.c +++ b/lbx/lbxdix.c @@ -56,8 +56,8 @@ in this Software without prior written authorization from The Open Group. #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "resource.h" #include "inputstr.h" diff --git a/lbx/lbxexts.c b/lbx/lbxexts.c index 433482f4f..5750ba5b1 100644 --- a/lbx/lbxexts.c +++ b/lbx/lbxexts.c @@ -25,7 +25,7 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include "misc.h" +#include <X11/misc.h> #include "dixstruct.h" #include "colormapst.h" #include "propertyst.h" diff --git a/lbx/lbxgfx.c b/lbx/lbxgfx.c index 8da2fd4eb..f1c1623b0 100644 --- a/lbx/lbxgfx.c +++ b/lbx/lbxgfx.c @@ -31,8 +31,8 @@ #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "resource.h" #include "servermd.h" diff --git a/lbx/lbxmain.c b/lbx/lbxmain.c index ac2de78f2..92958fedd 100644 --- a/lbx/lbxmain.c +++ b/lbx/lbxmain.c @@ -53,8 +53,8 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xos.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "resource.h" #include "scrnintstr.h" diff --git a/lbx/lbxopts.c b/lbx/lbxopts.c index abaf2f395..619af011a 100644 --- a/lbx/lbxopts.c +++ b/lbx/lbxopts.c @@ -28,7 +28,7 @@ #endif #include <X11/X.h> #include <X11/Xproto.h> -#include "misc.h" +#include <X11/misc.h> #include "colormapst.h" #include "propertyst.h" #include "lbxserve.h" diff --git a/lbx/lbxprop.c b/lbx/lbxprop.c index cdf48f586..c76235313 100644 --- a/lbx/lbxprop.c +++ b/lbx/lbxprop.c @@ -56,8 +56,8 @@ in this Software without prior written authorization from The Open Group. #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "resource.h" #include "servermd.h" diff --git a/lbx/lbxsquish.c b/lbx/lbxsquish.c index b27b4a5fb..450364766 100644 --- a/lbx/lbxsquish.c +++ b/lbx/lbxsquish.c @@ -52,7 +52,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xos.h> -#include "misc.h" +#include <X11/misc.h> #include "colormapst.h" #include "propertyst.h" #include "lbxserve.h" diff --git a/lbx/lbxswap.c b/lbx/lbxswap.c index 474d12f71..4c571fec9 100644 --- a/lbx/lbxswap.c +++ b/lbx/lbxswap.c @@ -53,8 +53,8 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xos.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "pixmapstr.h" #include "scrnintstr.h" diff --git a/lbx/lbxtags.c b/lbx/lbxtags.c index 0c98731fe..3fb654e38 100644 --- a/lbx/lbxtags.c +++ b/lbx/lbxtags.c @@ -49,7 +49,7 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/programs/Xserver/lbx/lbxtags.c,v 1.3 2001/01/17 22:37:00 dawes Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "lbxdata.h" #include "resource.h" #include "colormapst.h" |