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 | 75d8d467221fa68e1fde58b7f9456f6a6dc84d68 (patch) | |
tree | bec6d2d0efff4043f88ce40be00a6ccd1c7532d4 /src/apm_rush.c | |
parent | 3a78bd6437927963d996866b6ad627e02337f6dd (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14
Diffstat (limited to 'src/apm_rush.c')
-rw-r--r-- | src/apm_rush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apm_rush.c b/src/apm_rush.c index f0b6c85..0198d38 100644 --- a/src/apm_rush.c +++ b/src/apm_rush.c @@ -311,7 +311,7 @@ Copyright (c) 1998 Daryll Strauss #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 "scrnintstr.h" |