diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:43 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:43 +0000 |
commit | 39421243b0318ce2e9c10a93d1b9dbd4ff5b4411 (patch) | |
tree | d0a21d0102e326fc98b9b3a04e548f661ae2db94 | |
parent | 95f88d487422b022457a1d2f2611b10b77ed9b46 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14
-rw-r--r-- | src/ffb_dbe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ffb_dbe.c b/src/ffb_dbe.c index 6979c64..f8317cf 100644 --- a/src/ffb_dbe.c +++ b/src/ffb_dbe.c @@ -27,8 +27,8 @@ #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" |