summaryrefslogtreecommitdiff
path: root/hw/xscreen/xs-screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xscreen/xs-screen.c')
-rw-r--r--hw/xscreen/xs-screen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xscreen/xs-screen.c b/hw/xscreen/xs-screen.c
index 0f690691e..340c2ce35 100644
--- a/hw/xscreen/xs-screen.c
+++ b/hw/xscreen/xs-screen.c
@@ -7,10 +7,10 @@
/* need to include Xmd before XCB stuff, or
* things get redeclared.*/
#include <X11/Xmd.h>
-#include <X11/XCB/xcb.h>
-#include <X11/XCB/xcb_aux.h>
-#include <X11/XCB/xproto.h>
-#include <X11/XCB/shape.h>
+#include <xcb/xcb.h>
+#include <xcb/xcb_aux.h>
+#include <xcb/xproto.h>
+#include <xcb/shape.h>
#include "scrnintstr.h"
#include "dix.h"
#include "mi.h"