summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Xrandrint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Xrandrint.h b/src/Xrandrint.h
index 87724c9..8838d78 100644
--- a/src/Xrandrint.h
+++ b/src/Xrandrint.h
@@ -32,11 +32,11 @@
#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/Xutil.h>
-#include "Xext.h" /* in ../include */
-#include "extutil.h" /* in ../include */
+#include <X11/extensions/Xext.h>
+#include <X11/extensions/extutil.h>
#include "Xrandr.h"
-#include "randr.h"
-#include "randrproto.h"
+#include <X11/extensions/randr.h>
+#include <X11/extensions/randrproto.h>
extern XExtensionInfo XrandrExtensionInfo;
extern char XrandrExtensionName[];