diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:43 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:43 +0000 |
commit | 9b1debcdb6c7df956c06350a6525afb8e6d691fa (patch) | |
tree | 7f97d0d3d49782523bd6a3e8e0f8a3006d0f336f /mfb | |
parent | 657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff) |
Change all misc.h and os.h references to <X11/foo.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 3723914b6..21d867d1c 100644 --- a/mfb/mfbbres.c +++ b/mfb/mfbbres.c @@ -48,7 +48,7 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbbres.c,v 1.4 2001/02/09 02:05:18 xorgcvs Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "mfb.h" #include "maskbits.h" #include "miline.h" diff --git a/mfb/mfbbresd.c b/mfb/mfbbresd.c index 7a924b713..fa3b43462 100644 --- a/mfb/mfbbresd.c +++ b/mfb/mfbbresd.c @@ -47,7 +47,7 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbbresd.c,v 1.4 2001/02/09 02:05:18 xorgcvs Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "mfb.h" #include "maskbits.h" #include "miline.h" diff --git a/mfb/mfbgetsp.c b/mfb/mfbgetsp.c index 1d67bc55e..bec9fc641 100644 --- a/mfb/mfbgetsp.c +++ b/mfb/mfbgetsp.c @@ -50,7 +50,7 @@ SOFTWARE. #include <X11/X.h> #include <X11/Xmd.h> -#include "misc.h" +#include <X11/misc.h> #include "region.h" #include "gc.h" #include "windowstr.h" diff --git a/mfb/mfbmisc.c b/mfb/mfbmisc.c index 0a4e7f773..d53dc2f73 100644 --- a/mfb/mfbmisc.c +++ b/mfb/mfbmisc.c @@ -46,7 +46,7 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbmisc.c,v 1.4 2001/02/09 02:05:19 xorgcvs Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "cursor.h" #include "scrnintstr.h" diff --git a/mfb/mfbsetsp.c b/mfb/mfbsetsp.c index 0a97507e0..f796fd742 100644 --- a/mfb/mfbsetsp.c +++ b/mfb/mfbsetsp.c @@ -51,7 +51,7 @@ SOFTWARE. #include <X11/X.h> #include <X11/Xmd.h> -#include "misc.h" +#include <X11/misc.h> #include "regionstr.h" #include "gcstruct.h" #include "windowstr.h" |