summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 08:53:45 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 08:53:45 +0000
commit72a50542f6cc23f400ee95604beae08c0fbaec34 (patch)
treea3dc3ab44cb4f83c0cc2dea54ffa9d542b628dd9
parent34380821d72beefc6aa031480c268245d33b5858 (diff)
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14
-rw-r--r--src/xf86Ur-98.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Ur-98.c b/src/xf86Ur-98.c
index 660ca3c..4a9edcf 100644
--- a/src/xf86Ur-98.c
+++ b/src/xf86Ur-98.c
@@ -12,12 +12,12 @@
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <X11/misc.h>
+#include "misc.h"
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Xinput.h"
#include "exevents.h"
-#include <X11/os.h>
+#include "os.h"
#ifdef XFree86LOADER
#include "xf86Module.h"