summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bdftopcf.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/bdftopcf.c b/bdftopcf.c
index 1be7ed8..d0b85d1 100644
--- a/bdftopcf.c
+++ b/bdftopcf.c
@@ -31,12 +31,12 @@ from The Open Group.
#include <X11/X.h>
#include <X11/Xproto.h>
-#include "fontmisc.h"
-#include "fontstruct.h"
-#include "fntfilio.h"
-#include "fntfil.h"
-#include "bdfint.h"
-#include "pcf.h"
+#include <X11/fonts/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 <stdio.h>
#include <X11/Xos.h>