diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:54 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:54 +0000 |
commit | 0bb669638f032e61471007b2fa88285aa5d63903 (patch) | |
tree | 4ecf9ac2dbfc4462139b0ba3ba19139f3482a2bd /Xext | |
parent | 401e4580d6dd9867a691045688680ce410f84cb5 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/appgroup.c | 2 | ||||
-rw-r--r-- | Xext/bigreq.c | 4 | ||||
-rw-r--r-- | Xext/cup.c | 2 | ||||
-rw-r--r-- | Xext/dpms.c | 4 | ||||
-rw-r--r-- | Xext/fontcache.c | 2 | ||||
-rw-r--r-- | Xext/mbuf.c | 2 | ||||
-rw-r--r-- | Xext/mbufbf.c | 4 | ||||
-rw-r--r-- | Xext/mbufpx.c | 4 | ||||
-rw-r--r-- | Xext/mitmisc.c | 4 | ||||
-rw-r--r-- | Xext/panoramiX.c | 2 | ||||
-rw-r--r-- | Xext/panoramiXSwap.c | 2 | ||||
-rw-r--r-- | Xext/panoramiXprocs.c | 2 | ||||
-rw-r--r-- | Xext/saver.c | 4 | ||||
-rw-r--r-- | Xext/shape.c | 4 | ||||
-rw-r--r-- | Xext/shm.c | 4 | ||||
-rw-r--r-- | Xext/sleepuntil.c | 2 | ||||
-rw-r--r-- | Xext/sync.c | 4 | ||||
-rw-r--r-- | Xext/xcmisc.c | 4 | ||||
-rw-r--r-- | Xext/xevie.c | 2 | ||||
-rw-r--r-- | Xext/xf86bigfont.c | 4 | ||||
-rw-r--r-- | Xext/xprint.c | 2 | ||||
-rw-r--r-- | Xext/xres.c | 4 | ||||
-rw-r--r-- | Xext/xtest.c | 4 | ||||
-rw-r--r-- | Xext/xtest1dd.c | 2 | ||||
-rw-r--r-- | Xext/xtest1di.c | 4 | ||||
-rw-r--r-- | Xext/xvdisp.c | 2 | ||||
-rw-r--r-- | Xext/xvmain.c | 4 | ||||
-rw-r--r-- | Xext/xvmc.c | 4 |
28 files changed, 44 insertions, 44 deletions
diff --git a/Xext/appgroup.c b/Xext/appgroup.c index bd2d2f8d9..ad4afa9e4 100644 --- a/Xext/appgroup.c +++ b/Xext/appgroup.c @@ -34,7 +34,7 @@ from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "scrnintstr.h" diff --git a/Xext/bigreq.c b/Xext/bigreq.c index 8b08ba5dc..1af8a930b 100644 --- a/Xext/bigreq.c +++ b/Xext/bigreq.c @@ -35,8 +35,8 @@ from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #include <X11/extensions/bigreqstr.h> diff --git a/Xext/cup.c b/Xext/cup.c index 1ce2885b7..4db62cf15 100644 --- a/Xext/cup.c +++ b/Xext/cup.c @@ -34,7 +34,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "colormapst.h" diff --git a/Xext/dpms.c b/Xext/dpms.c index 5739da6a2..3e79602d1 100644 --- a/Xext/dpms.c +++ b/Xext/dpms.c @@ -41,8 +41,8 @@ Equipment Corporation. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #include "opaque.h" diff --git a/Xext/fontcache.c b/Xext/fontcache.c index 57f788954..9ab23a122 100644 --- a/Xext/fontcache.c +++ b/Xext/fontcache.c @@ -39,7 +39,7 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "scrnintstr.h" diff --git a/Xext/mbuf.c b/Xext/mbuf.c index 51cc91a27..3129edd87 100644 --- a/Xext/mbuf.c +++ b/Xext/mbuf.c @@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> #include "window.h" -#include <X11/os.h> +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" diff --git a/Xext/mbufbf.c b/Xext/mbufbf.c index 7af856b98..8585c52d2 100644 --- a/Xext/mbufbf.c +++ b/Xext/mbufbf.c @@ -36,8 +36,8 @@ in this Software without prior written authorization from The Open Group. #include <stdio.h> #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" diff --git a/Xext/mbufpx.c b/Xext/mbufpx.c index 297614e43..c986217ee 100644 --- a/Xext/mbufpx.c +++ b/Xext/mbufpx.c @@ -35,8 +35,8 @@ in this Software without prior written authorization from The Open Group. #include <stdio.h> #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" diff --git a/Xext/mitmisc.c b/Xext/mitmisc.c index 18c58ab8f..f7b0ee55c 100644 --- a/Xext/mitmisc.c +++ b/Xext/mitmisc.c @@ -36,8 +36,8 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #define _MITMISC_SERVER_ diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c index 1fa8756e2..f1d7aa77d 100644 --- a/Xext/panoramiX.c +++ b/Xext/panoramiX.c @@ -34,7 +34,7 @@ Equipment Corporation. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xarch.h> -#include <X11/misc.h> +#include "misc.h" #include "cursor.h" #include "cursorstr.h" #include "extnsionst.h" diff --git a/Xext/panoramiXSwap.c b/Xext/panoramiXSwap.c index 51b816695..e0548df7b 100644 --- a/Xext/panoramiXSwap.c +++ b/Xext/panoramiXSwap.c @@ -32,7 +32,7 @@ Equipment Corporation. #include <stdio.h> #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "cursor.h" #include "cursorstr.h" #include "extnsionst.h" diff --git a/Xext/panoramiXprocs.c b/Xext/panoramiXprocs.c index 0b6183c42..79a5a3290 100644 --- a/Xext/panoramiXprocs.c +++ b/Xext/panoramiXprocs.c @@ -45,7 +45,7 @@ Equipment Corporation. #include "opaque.h" #include "inputstr.h" #include "migc.h" -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "panoramiX.h" #include "panoramiXsrv.h" diff --git a/Xext/saver.c b/Xext/saver.c index 53ce7e4bc..7f9a84faa 100644 --- a/Xext/saver.c +++ b/Xext/saver.c @@ -38,8 +38,8 @@ in this Software without prior written authorization from the X Consortium. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" diff --git a/Xext/shape.c b/Xext/shape.c index 81861186a..e797878ab 100644 --- a/Xext/shape.c +++ b/Xext/shape.c @@ -35,8 +35,8 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" diff --git a/Xext/shm.c b/Xext/shm.c index 751d51fbe..b30a36849 100644 --- a/Xext/shm.c +++ b/Xext/shm.c @@ -49,8 +49,8 @@ in this Software without prior written authorization from The Open Group. #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "resource.h" #include "scrnintstr.h" diff --git a/Xext/sleepuntil.c b/Xext/sleepuntil.c index b30f7fd8e..8e0008cab 100644 --- a/Xext/sleepuntil.c +++ b/Xext/sleepuntil.c @@ -36,7 +36,7 @@ in this Software without prior written authorization from The Open Group. #include "sleepuntil.h" #include <X11/X.h> #include <X11/Xmd.h> -#include <X11/misc.h> +#include "misc.h" #include "windowstr.h" #include "dixstruct.h" #include "pixmapstr.h" diff --git a/Xext/sync.c b/Xext/sync.c index 0d69c02bd..0e0df8305 100644 --- a/Xext/sync.c +++ b/Xext/sync.c @@ -61,8 +61,8 @@ PERFORMANCE OF THIS SOFTWARE. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xmd.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "extnsionst.h" #include "dixstruct.h" #include "resource.h" diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c index ee3af3f72..45629e660 100644 --- a/Xext/xcmisc.c +++ b/Xext/xcmisc.c @@ -36,8 +36,8 @@ from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #include "swaprep.h" diff --git a/Xext/xevie.c b/Xext/xevie.c index 300f3c9f4..556641876 100644 --- a/Xext/xevie.c +++ b/Xext/xevie.c @@ -40,7 +40,7 @@ of the copyright holder. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "colormapst.h" diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index 145596782..f9cedca4b 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -66,8 +66,8 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "gcstruct.h" #include "dixfontstr.h" diff --git a/Xext/xprint.c b/Xext/xprint.c index 86e74bee3..c59a8c008 100644 --- a/Xext/xprint.c +++ b/Xext/xprint.c @@ -76,7 +76,7 @@ copyright holders. #define NEED_EVENTS #include <X11/Xproto.h> #undef NEED_EVENTS -#include <X11/misc.h> +#include "misc.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" diff --git a/Xext/xres.c b/Xext/xres.c index 1d3105a28..5c42da426 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -12,8 +12,8 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #include "swaprep.h" diff --git a/Xext/xtest.c b/Xext/xtest.c index 965f0845b..413437192 100644 --- a/Xext/xtest.c +++ b/Xext/xtest.c @@ -36,8 +36,8 @@ from The Open Group. #include <X11/X.h> #define NEED_EVENTS #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #include "windowstr.h" diff --git a/Xext/xtest1dd.c b/Xext/xtest1dd.c index c232715ba..81d283c36 100644 --- a/Xext/xtest1dd.c +++ b/Xext/xtest1dd.c @@ -70,7 +70,7 @@ University of California. #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #define XTestSERVER_SIDE #include <X11/extensions/xtestext1.h> diff --git a/Xext/xtest1di.c b/Xext/xtest1di.c index bc35d0590..6a66c7f95 100644 --- a/Xext/xtest1di.c +++ b/Xext/xtest1di.c @@ -69,8 +69,8 @@ University of California. #include <stdio.h> #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "gcstruct.h" #include "extnsionst.h" #include "dixstruct.h" diff --git a/Xext/xvdisp.c b/Xext/xvdisp.c index 709b75ca7..98e854fed 100644 --- a/Xext/xvdisp.c +++ b/Xext/xvdisp.c @@ -54,7 +54,7 @@ SOFTWARE. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "scrnintstr.h" #include "windowstr.h" #include "pixmapstr.h" diff --git a/Xext/xvmain.c b/Xext/xvmain.c index 36046f89b..3a4e82179 100644 --- a/Xext/xvmain.c +++ b/Xext/xvmain.c @@ -81,8 +81,8 @@ SOFTWARE. #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "scrnintstr.h" #include "windowstr.h" #include "pixmapstr.h" diff --git a/Xext/xvmc.c b/Xext/xvmc.c index 65211faa0..37fb153ab 100644 --- a/Xext/xvmc.c +++ b/Xext/xvmc.c @@ -8,8 +8,8 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "resource.h" #include "scrnintstr.h" |