diff options
Diffstat (limited to 'bitmaputil.c')
-rw-r--r-- | bitmaputil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitmaputil.c b/bitmaputil.c index 0a1c87e..3da1663 100644 --- a/bitmaputil.c +++ b/bitmaputil.c @@ -30,9 +30,9 @@ from The Open Group. #include <config.h> #endif -#include <X11/fonts/fntfilst.h> -#include <X11/fonts/bitmap.h> -#include <X11/fonts/bdfint.h> +#include "fntfilst.h" +#include "bitmap.h" +#include "bdfint.h" #ifndef MAXSHORT #define MAXSHORT 32767 |