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/darwin | |
parent | 401e4580d6dd9867a691045688680ce410f84cb5 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Diffstat (limited to 'hw/darwin')
-rw-r--r-- | hw/darwin/darwin.c | 2 | ||||
-rw-r--r-- | hw/darwin/iokit/xfIOKit.c | 2 | ||||
-rw-r--r-- | hw/darwin/quartz/applewm.c | 2 | ||||
-rw-r--r-- | hw/darwin/quartz/xpr/appledri.c | 2 | ||||
-rw-r--r-- | hw/darwin/quartz/xpr/dri.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/hw/darwin/darwin.c b/hw/darwin/darwin.c index ce48c75ab..fe8cd2fd8 100644 --- a/hw/darwin/darwin.c +++ b/hw/darwin/darwin.c @@ -34,7 +34,7 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/os.h> +#include "os.h" #include "servermd.h" #include "inputstr.h" #include "scrnintstr.h" diff --git a/hw/darwin/iokit/xfIOKit.c b/hw/darwin/iokit/xfIOKit.c index 5bf163708..7d69382af 100644 --- a/hw/darwin/iokit/xfIOKit.c +++ b/hw/darwin/iokit/xfIOKit.c @@ -38,7 +38,7 @@ #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/os.h> +#include "os.h" #include "servermd.h" #include "inputstr.h" #include "scrnintstr.h" diff --git a/hw/darwin/quartz/applewm.c b/hw/darwin/quartz/applewm.c index 1933ba05b..d79df4cee 100644 --- a/hw/darwin/quartz/applewm.c +++ b/hw/darwin/quartz/applewm.c @@ -30,7 +30,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NEED_REPLIES #define NEED_EVENTS -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "globals.h" #include "extnsionst.h" diff --git a/hw/darwin/quartz/xpr/appledri.c b/hw/darwin/quartz/xpr/appledri.c index 9e6676b99..d4cd27b8f 100644 --- a/hw/darwin/quartz/xpr/appledri.c +++ b/hw/darwin/quartz/xpr/appledri.c @@ -40,7 +40,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NEED_EVENTS #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/hw/darwin/quartz/xpr/dri.c b/hw/darwin/quartz/xpr/dri.c index 6846afab3..e8e49f965 100644 --- a/hw/darwin/quartz/xpr/dri.c +++ b/hw/darwin/quartz/xpr/dri.c @@ -47,7 +47,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "colormapst.h" |