diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:45 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:45 +0000 |
commit | cd258fd520d115a605affda749b4fd5f416c05e5 (patch) | |
tree | a75b5c323b1c911a97e96b3667ede7af91c3b70a /src | |
parent | 32567780acdea6626cb15ba5e38da1414c99ed68 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14
Diffstat (limited to 'src')
-rw-r--r-- | src/xf86Elo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 8bdd509..4eddf16 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -58,7 +58,7 @@ #include <errno.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" #if !defined(DGUX) #include "xf86_ansic.h" @@ -103,7 +103,7 @@ #endif /* defined(sun) && !defined(i386) */ #if !defined(sun) || defined(i386) -#include <X11/os.h> +#include "os.h" #include "osdep.h" #include "exevents.h" |