summaryrefslogtreecommitdiff
path: root/Xi/grabdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/grabdev.c')
-rw-r--r--Xi/grabdev.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/grabdev.c b/Xi/grabdev.c
index 565d4d19d..ea265ea81 100644
--- a/Xi/grabdev.c
+++ b/Xi/grabdev.c
@@ -56,12 +56,12 @@ SOFTWARE.
#define NEED_EVENTS
#define NEED_REPLIES
-#include "X.h" /* for inputstr.h */
-#include "Xproto.h" /* Request macro */
+#include <X11/X.h> /* for inputstr.h */
+#include <X11/Xproto.h> /* Request macro */
#include "inputstr.h" /* DeviceIntPtr */
#include "windowstr.h" /* window structure */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h" /* LookupDeviceIntRec */
#include "exglobals.h"