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 /mfb | |
parent | 401e4580d6dd9867a691045688680ce410f84cb5 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Diffstat (limited to 'mfb')
-rw-r--r-- | mfb/mfbbres.c | 2 | ||||
-rw-r--r-- | mfb/mfbbresd.c | 2 | ||||
-rw-r--r-- | mfb/mfbgetsp.c | 2 | ||||
-rw-r--r-- | mfb/mfbmisc.c | 2 | ||||
-rw-r--r-- | mfb/mfbsetsp.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mfb/mfbbres.c b/mfb/mfbbres.c index b16569804..07c59d184 100644 --- a/mfb/mfbbres.c +++ b/mfb/mfbbres.c @@ -52,7 +52,7 @@ SOFTWARE. #endif #include <X11/X.h> -#include <X11/misc.h> +#include "misc.h" #include "mfb.h" #include "maskbits.h" #include "miline.h" diff --git a/mfb/mfbbresd.c b/mfb/mfbbresd.c index 0c4a058d4..266111e65 100644 --- a/mfb/mfbbresd.c +++ b/mfb/mfbbresd.c @@ -51,7 +51,7 @@ SOFTWARE. #endif #include <X11/X.h> -#include <X11/misc.h> +#include "misc.h" #include "mfb.h" #include "maskbits.h" #include "miline.h" diff --git a/mfb/mfbgetsp.c b/mfb/mfbgetsp.c index fd6bbeb8d..c1017e177 100644 --- a/mfb/mfbgetsp.c +++ b/mfb/mfbgetsp.c @@ -54,7 +54,7 @@ SOFTWARE. #include <X11/X.h> #include <X11/Xmd.h> -#include <X11/misc.h> +#include "misc.h" #include "region.h" #include "gc.h" #include "windowstr.h" diff --git a/mfb/mfbmisc.c b/mfb/mfbmisc.c index 98db7c1da..19ab3fa75 100644 --- a/mfb/mfbmisc.c +++ b/mfb/mfbmisc.c @@ -50,7 +50,7 @@ SOFTWARE. #endif #include <X11/X.h> -#include <X11/misc.h> +#include "misc.h" #include "cursor.h" #include "scrnintstr.h" diff --git a/mfb/mfbsetsp.c b/mfb/mfbsetsp.c index d681bc37b..485b4e265 100644 --- a/mfb/mfbsetsp.c +++ b/mfb/mfbsetsp.c @@ -55,7 +55,7 @@ SOFTWARE. #include <X11/X.h> #include <X11/Xmd.h> -#include <X11/misc.h> +#include "misc.h" #include "regionstr.h" #include "gcstruct.h" #include "windowstr.h" |