summaryrefslogtreecommitdiff
path: root/afb/afbblt.c
diff options
context:
space:
mode:
Diffstat (limited to 'afb/afbblt.c')
-rw-r--r--afb/afbblt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/afb/afbblt.c b/afb/afbblt.c
index 13a56e521..11c791921 100644
--- a/afb/afbblt.c
+++ b/afb/afbblt.c
@@ -33,9 +33,9 @@ Author: Keith Packard
*/
/* $XConsortium: afbblt.c,v 1.11 94/04/17 20:28:16 dpw Exp $ */
-#include "X.h"
-#include "Xmd.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xmd.h>
+#include <X11/Xproto.h>
#include "afb.h"
#include "gcstruct.h"
#include "windowstr.h"