summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/fontaccel.c2
-rw-r--r--src/util/fontnames.c2
-rw-r--r--src/util/fontutil.c4
-rw-r--r--src/util/fontxlfd.c2
-rw-r--r--src/util/format.c6
-rw-r--r--src/util/patcache.c2
-rw-r--r--src/util/private.c2
7 files changed, 10 insertions, 10 deletions
diff --git a/src/util/fontaccel.c b/src/util/fontaccel.c
index 3dd2492..241bee1 100644
--- a/src/util/fontaccel.c
+++ b/src/util/fontaccel.c
@@ -34,7 +34,7 @@ from The Open Group.
*/
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "fontutil.h"
void
diff --git a/src/util/fontnames.c b/src/util/fontnames.c
index 130589f..ee2985c 100644
--- a/src/util/fontnames.c
+++ b/src/util/fontnames.c
@@ -36,7 +36,7 @@ from The Open Group.
*/
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
void
FreeFontNames(FontNamesPtr pFN)
diff --git a/src/util/fontutil.c b/src/util/fontutil.c
index daf65e4..d2dfd91 100644
--- a/src/util/fontutil.c
+++ b/src/util/fontutil.c
@@ -34,8 +34,8 @@ from The Open Group.
*/
#include "fontmisc.h"
-#include "fontstruct.h"
-#include "FSproto.h"
+#include <X11/fonts/fontstruct.h>
+#include <X11/fonts/FSproto.h>
#include "fontutil.h"
/* Define global here... doesn't hurt the servers, and avoids
diff --git a/src/util/fontxlfd.c b/src/util/fontxlfd.c
index ac7c8ca..3b0ce6b 100644
--- a/src/util/fontxlfd.c
+++ b/src/util/fontxlfd.c
@@ -34,7 +34,7 @@ from The Open Group.
*/
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "fontxlfd.h"
#include "fontutil.h"
#include <X11/Xos.h>
diff --git a/src/util/format.c b/src/util/format.c
index 596e6eb..cdd5b5e 100644
--- a/src/util/format.c
+++ b/src/util/format.c
@@ -52,9 +52,9 @@ from The Open Group.
*/
/* $XFree86: xc/lib/font/util/format.c,v 1.4 2001/01/17 19:43:33 dawes Exp $ */
-#include "FSproto.h"
-#include "font.h"
-#include "fontstruct.h"
+#include <X11/fonts/FSproto.h>
+#include <X11/fonts/font.h>
+#include <X11/fonts/fontstruct.h>
#include "fontutil.h"
int
diff --git a/src/util/patcache.c b/src/util/patcache.c
index 37d0281..e62af6d 100644
--- a/src/util/patcache.c
+++ b/src/util/patcache.c
@@ -32,7 +32,7 @@ in this Software without prior written authorization from The Open Group.
*/
#include <fontmisc.h>
-#include <fontstruct.h>
+#include <X11/fonts/fontstruct.h>
/*
* Static sized hash table for looking up font name patterns
diff --git a/src/util/private.c b/src/util/private.c
index d902484..8e83c74 100644
--- a/src/util/private.c
+++ b/src/util/private.c
@@ -32,7 +32,7 @@ in this Software without prior written authorization from The Open Group.
*/
#include "fontmisc.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
static int _FontPrivateAllocateIndex = 0;