summaryrefslogtreecommitdiff
path: root/src/fc
diff options
context:
space:
mode:
authorJosh Triplett <josh@speakeasy.net>2005-05-27 17:44:08 +0000
committerJosh Triplett <josh@speakeasy.net>2005-05-27 17:44:08 +0000
commit175bbc2e58f7dbe5c1f097ef36eadc3f6fe4b5e6 (patch)
treedf36e408684bcdef138d9c0fd51772dae9065c4e /src/fc
parentfd884a4dbe3f1be8919426da3ebd177fa474a59e (diff)
Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10
Diffstat (limited to 'src/fc')
-rw-r--r--src/fc/fsconvert.c6
-rw-r--r--src/fc/fserve.c6
-rw-r--r--src/fc/fsio.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/src/fc/fsconvert.c b/src/fc/fsconvert.c
index 84ad901..ea639db 100644
--- a/src/fc/fsconvert.c
+++ b/src/fc/fsconvert.c
@@ -30,10 +30,10 @@
#include <X11/X.h>
#include <X11/Xtrans.h>
#include <X11/Xpoll.h>
-#include "FS.h"
-#include "FSproto.h"
+#include <X11/fonts/FS.h>
+#include <X11/fonts/FSproto.h>
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "fservestr.h"
#include "fontutil.h"
#include "fslibos.h"
diff --git a/src/fc/fserve.c b/src/fc/fserve.c
index 85a4214..ad1cf6b 100644
--- a/src/fc/fserve.c
+++ b/src/fc/fserve.c
@@ -58,12 +58,12 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "X11/Xtrans.h"
#include "X11/Xpoll.h"
-#include "FS.h"
-#include "FSproto.h"
+#include <X11/fonts/FS.h>
+#include <X11/fonts/FSproto.h>
#include <X11/X.h>
#include <X11/Xos.h>
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "fservestr.h"
#include "fontutil.h"
#include <errno.h>
diff --git a/src/fc/fsio.c b/src/fc/fsio.c
index 2c37849..8e0b606 100644
--- a/src/fc/fsio.c
+++ b/src/fc/fsio.c
@@ -35,10 +35,10 @@
#include "X11/Xtrans.h"
#include "X11/Xpoll.h"
-#include "FS.h"
-#include "FSproto.h"
+#include <X11/fonts/FS.h>
+#include <X11/fonts/FSproto.h>
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "fservestr.h"
#include <stdio.h>