summaryrefslogtreecommitdiff
path: root/bdftopcf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdftopcf.c')
-rw-r--r--bdftopcf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bdftopcf.c b/bdftopcf.c
index 2208fee..6f9e96b 100644
--- a/bdftopcf.c
+++ b/bdftopcf.c
@@ -32,12 +32,12 @@ from The Open Group.
#include <X11/X.h>
#include <X11/Xproto.h>
-#include <X11/fonts/fontmisc.h>
+#include "fontmisc.h"
#include <X11/fonts/fontstruct.h>
-#include <X11/fonts/fntfilio.h>
-#include <X11/fonts/fntfil.h>
-#include <X11/fonts/bdfint.h>
-#include <X11/fonts/pcf.h>
+#include "fntfilio.h"
+#include "fntfil.h"
+#include "bdfint.h"
+#include "pcf.h"
#include <stdio.h>
#include <X11/Xos.h>