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 /hw/xfree86/dummylib | |
parent | 401e4580d6dd9867a691045688680ce410f84cb5 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Diffstat (limited to 'hw/xfree86/dummylib')
-rw-r--r-- | hw/xfree86/dummylib/fatalerror.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/getvalidbios.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/logvwrite.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/pcitestmulti.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/verrorf.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xalloc.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86allocscripi.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86drvmsg.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86drvmsgverb.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86errorf.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86errorfverb.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86getpagesize.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86getverb.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86info.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86msg.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86msgverb.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86opt.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86screens.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86servisinit.c | 2 | ||||
-rw-r--r-- | hw/xfree86/dummylib/xf86verbose.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/hw/xfree86/dummylib/fatalerror.c b/hw/xfree86/dummylib/fatalerror.c index 7677fc055..6e7d035df 100644 --- a/hw/xfree86/dummylib/fatalerror.c +++ b/hw/xfree86/dummylib/fatalerror.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/getvalidbios.c b/hw/xfree86/dummylib/getvalidbios.c index 4a578ca46..d7c613122 100644 --- a/hw/xfree86/dummylib/getvalidbios.c +++ b/hw/xfree86/dummylib/getvalidbios.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/logvwrite.c b/hw/xfree86/dummylib/logvwrite.c index fc560f10f..1a36f4912 100644 --- a/hw/xfree86/dummylib/logvwrite.c +++ b/hw/xfree86/dummylib/logvwrite.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/pcitestmulti.c b/hw/xfree86/dummylib/pcitestmulti.c index 80804627e..43e417560 100644 --- a/hw/xfree86/dummylib/pcitestmulti.c +++ b/hw/xfree86/dummylib/pcitestmulti.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/verrorf.c b/hw/xfree86/dummylib/verrorf.c index 5deb56d70..7d6e8f81b 100644 --- a/hw/xfree86/dummylib/verrorf.c +++ b/hw/xfree86/dummylib/verrorf.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xalloc.c b/hw/xfree86/dummylib/xalloc.c index 4676a93cf..48a346866 100644 --- a/hw/xfree86/dummylib/xalloc.c +++ b/hw/xfree86/dummylib/xalloc.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86allocscripi.c b/hw/xfree86/dummylib/xf86allocscripi.c index 05a9cca06..9d9e72154 100644 --- a/hw/xfree86/dummylib/xf86allocscripi.c +++ b/hw/xfree86/dummylib/xf86allocscripi.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86drvmsg.c b/hw/xfree86/dummylib/xf86drvmsg.c index 4cd9de04c..40f956594 100644 --- a/hw/xfree86/dummylib/xf86drvmsg.c +++ b/hw/xfree86/dummylib/xf86drvmsg.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86drvmsgverb.c b/hw/xfree86/dummylib/xf86drvmsgverb.c index 2dcc2eccb..04cbf59da 100644 --- a/hw/xfree86/dummylib/xf86drvmsgverb.c +++ b/hw/xfree86/dummylib/xf86drvmsgverb.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86errorf.c b/hw/xfree86/dummylib/xf86errorf.c index 9fa9e803f..6648eaf7c 100644 --- a/hw/xfree86/dummylib/xf86errorf.c +++ b/hw/xfree86/dummylib/xf86errorf.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86errorfverb.c b/hw/xfree86/dummylib/xf86errorfverb.c index 3a06b02d1..65399e334 100644 --- a/hw/xfree86/dummylib/xf86errorfverb.c +++ b/hw/xfree86/dummylib/xf86errorfverb.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86getpagesize.c b/hw/xfree86/dummylib/xf86getpagesize.c index f9454cb73..439b63ac9 100644 --- a/hw/xfree86/dummylib/xf86getpagesize.c +++ b/hw/xfree86/dummylib/xf86getpagesize.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86getverb.c b/hw/xfree86/dummylib/xf86getverb.c index 50d423d22..24046af67 100644 --- a/hw/xfree86/dummylib/xf86getverb.c +++ b/hw/xfree86/dummylib/xf86getverb.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86info.c b/hw/xfree86/dummylib/xf86info.c index 61c1fe4d6..bfbda9e18 100644 --- a/hw/xfree86/dummylib/xf86info.c +++ b/hw/xfree86/dummylib/xf86info.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86msg.c b/hw/xfree86/dummylib/xf86msg.c index 192d29dec..919625ead 100644 --- a/hw/xfree86/dummylib/xf86msg.c +++ b/hw/xfree86/dummylib/xf86msg.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86msgverb.c b/hw/xfree86/dummylib/xf86msgverb.c index 300311c89..a54c8a565 100644 --- a/hw/xfree86/dummylib/xf86msgverb.c +++ b/hw/xfree86/dummylib/xf86msgverb.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86opt.c b/hw/xfree86/dummylib/xf86opt.c index 9a24455f4..45779054a 100644 --- a/hw/xfree86/dummylib/xf86opt.c +++ b/hw/xfree86/dummylib/xf86opt.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86screens.c b/hw/xfree86/dummylib/xf86screens.c index d5a11ce65..dfd9d8a1a 100644 --- a/hw/xfree86/dummylib/xf86screens.c +++ b/hw/xfree86/dummylib/xf86screens.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86servisinit.c b/hw/xfree86/dummylib/xf86servisinit.c index 017f0b37e..f65bf1e9c 100644 --- a/hw/xfree86/dummylib/xf86servisinit.c +++ b/hw/xfree86/dummylib/xf86servisinit.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" diff --git a/hw/xfree86/dummylib/xf86verbose.c b/hw/xfree86/dummylib/xf86verbose.c index f6c5ed36e..0d31cb153 100644 --- a/hw/xfree86/dummylib/xf86verbose.c +++ b/hw/xfree86/dummylib/xf86verbose.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" |