summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-03 21:38:43 +0000
committerKevin E Martin <kem@kem.org>2005-07-03 21:38:43 +0000
commita1714821678853a349cfeb735e5cc2c05d7d7e10 (patch)
treea95e4915277445588972655fd9341d5be7175bbe
parent054583b047ea55cf8788ca94849f28c1fd601ee0 (diff)
Change source files that use these headers to get them via <X11/fonts/*.h>.
-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>