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/ddc | |
parent | 401e4580d6dd9867a691045688680ce410f84cb5 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r-- | hw/xfree86/ddc/ddcProperty.c | 2 | ||||
-rw-r--r-- | hw/xfree86/ddc/edid.c | 2 | ||||
-rw-r--r-- | hw/xfree86/ddc/interpret_edid.c | 2 | ||||
-rw-r--r-- | hw/xfree86/ddc/print_edid.c | 2 | ||||
-rw-r--r-- | hw/xfree86/ddc/print_vdif.c | 2 | ||||
-rw-r--r-- | hw/xfree86/ddc/xf86DDC.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index a3d7068ec..c2b0f4aba 100644 --- a/hw/xfree86/ddc/ddcProperty.c +++ b/hw/xfree86/ddc/ddcProperty.c @@ -9,7 +9,7 @@ #include <xorg-config.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" /* #include "xf86_ansic.h" */ /* #include "xf86_OSproc.h" */ diff --git a/hw/xfree86/ddc/edid.c b/hw/xfree86/ddc/edid.c index a6c05bfe2..ef4848eef 100644 --- a/hw/xfree86/ddc/edid.c +++ b/hw/xfree86/ddc/edid.c @@ -11,7 +11,7 @@ #include <xorg-config.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" #include "xf86_ansic.h" #include "xf86_OSproc.h" diff --git a/hw/xfree86/ddc/interpret_edid.c b/hw/xfree86/ddc/interpret_edid.c index 36983f452..3e41276a2 100644 --- a/hw/xfree86/ddc/interpret_edid.c +++ b/hw/xfree86/ddc/interpret_edid.c @@ -8,7 +8,7 @@ #include <xorg-config.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" #include "xf86_ansic.h" #include "xf86_OSproc.h" diff --git a/hw/xfree86/ddc/print_edid.c b/hw/xfree86/ddc/print_edid.c index e23256bcc..1cec91283 100644 --- a/hw/xfree86/ddc/print_edid.c +++ b/hw/xfree86/ddc/print_edid.c @@ -8,7 +8,7 @@ #include <xorg-config.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" #include "xf86_ansic.h" #include "xf86_OSproc.h" diff --git a/hw/xfree86/ddc/print_vdif.c b/hw/xfree86/ddc/print_vdif.c index 6c890c210..ededa21b2 100644 --- a/hw/xfree86/ddc/print_vdif.c +++ b/hw/xfree86/ddc/print_vdif.c @@ -5,7 +5,7 @@ #endif #include "vdif.h" -#include <X11/misc.h> +#include "misc.h" #include "xf86DDC.h" static void print_vdif(xf86VdifPtr l, char *s); diff --git a/hw/xfree86/ddc/xf86DDC.c b/hw/xfree86/ddc/xf86DDC.c index b323f6b22..f526cb484 100644 --- a/hw/xfree86/ddc/xf86DDC.c +++ b/hw/xfree86/ddc/xf86DDC.c @@ -8,7 +8,7 @@ #include <xorg-config.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" #include "xf86_ansic.h" #include "xf86_OSproc.h" |