summaryrefslogtreecommitdiff
path: root/Xext/fontcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/fontcache.c')
-rw-r--r--Xext/fontcache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xext/fontcache.c b/Xext/fontcache.c
index 2b7798f29..c45b00ffe 100644
--- a/Xext/fontcache.c
+++ b/Xext/fontcache.c
@@ -33,8 +33,8 @@
#define NEED_REPLIES
#define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "misc.h"
#include "dixstruct.h"
#include "extnsionst.h"
@@ -44,7 +44,7 @@
#define _FONTCACHE_SERVER_
#include "fontcacheP.h"
#include "fontcachstr.h"
-#include "Xfuncproto.h"
+#include <X11/Xfuncproto.h>
#include "swaprep.h"
#include "modinit.h"