summaryrefslogtreecommitdiff
path: root/bdfread.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdfread.c')
-rw-r--r--bdfread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bdfread.c b/bdfread.c
index f343eed..b932af5 100644
--- a/bdfread.c
+++ b/bdfread.c
@@ -54,11 +54,11 @@ from The Open Group.
#endif
#include <ctype.h>
-#include <X11/fonts/fntfilst.h>
-#include <X11/fonts/fontutil.h>
+#include "fntfilst.h"
+#include "fontutil.h"
/* use bitmap structure */
-#include <X11/fonts/bitmap.h>
-#include <X11/fonts/bdfint.h>
+#include "bitmap.h"
+#include "bdfint.h"
#if HAVE_STDINT_H
#include <stdint.h>