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 /os/oscolor.c | |
parent | 401e4580d6dd9867a691045688680ce410f84cb5 (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Diffstat (limited to 'os/oscolor.c')
-rw-r--r-- | os/oscolor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/oscolor.c b/os/oscolor.c index 65de9e4f5..fdbde7906 100644 --- a/os/oscolor.c +++ b/os/oscolor.c @@ -63,7 +63,7 @@ SOFTWARE. #endif #endif #include "rgb.h" -#include <X11/os.h> +#include "os.h" #include "opaque.h" /* Note that we are assuming there is only one database for all the screens. */ @@ -152,7 +152,7 @@ OsLookupColor(int screen, char *name, unsigned int len, */ #include <stdio.h> -#include <X11/os.h> +#include "os.h" #include "opaque.h" #define HASHSIZE 511 |