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 /afb | |
parent | 657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff) |
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'afb')
-rw-r--r-- | afb/afbbres.c | 2 | ||||
-rw-r--r-- | afb/afbbresd.c | 2 | ||||
-rw-r--r-- | afb/afbgetsp.c | 2 | ||||
-rw-r--r-- | afb/afbmisc.c | 2 | ||||
-rw-r--r-- | afb/afbsetsp.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/afb/afbbres.c b/afb/afbbres.c index 87b598a42..5922bd8e1 100644 --- a/afb/afbbres.c +++ b/afb/afbbres.c @@ -50,7 +50,7 @@ SOFTWARE. /* $XConsortium: afbbres.c,v 1.22 94/04/17 20:28:17 dpw Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "afb.h" #include "maskbits.h" #include "miline.h" diff --git a/afb/afbbresd.c b/afb/afbbresd.c index fd8b88c00..13cbf6a1f 100644 --- a/afb/afbbresd.c +++ b/afb/afbbresd.c @@ -49,7 +49,7 @@ SOFTWARE. /* $XConsortium: afbbresd.c,v 1.10 94/04/17 20:28:18 dpw Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "afb.h" #include "maskbits.h" #include "miline.h" diff --git a/afb/afbgetsp.c b/afb/afbgetsp.c index 051544505..2bdd1675a 100644 --- a/afb/afbgetsp.c +++ b/afb/afbgetsp.c @@ -52,7 +52,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/afb/afbmisc.c b/afb/afbmisc.c index 31d3a6a75..ee6511831 100644 --- a/afb/afbmisc.c +++ b/afb/afbmisc.c @@ -49,7 +49,7 @@ SOFTWARE. /* $XConsortium: afbmisc.c,v 5.4 94/04/17 20:28:27 dpw Exp $ */ #include <X11/X.h> -#include "misc.h" +#include <X11/misc.h> #include "cursor.h" #include "scrnintstr.h" diff --git a/afb/afbsetsp.c b/afb/afbsetsp.c index 0410606f3..6aeb3c603 100644 --- a/afb/afbsetsp.c +++ b/afb/afbsetsp.c @@ -52,7 +52,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" |