summaryrefslogtreecommitdiff
path: root/hw/dmx/input/dmxxinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/input/dmxxinput.c')
-rw-r--r--hw/dmx/input/dmxxinput.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/dmx/input/dmxxinput.c b/hw/dmx/input/dmxxinput.c
index d080ebbcf..1d53e9f0f 100644
--- a/hw/dmx/input/dmxxinput.c
+++ b/hw/dmx/input/dmxxinput.c
@@ -38,11 +38,11 @@
*/
#define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "inputstr.h"
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "mipointer.h"