summaryrefslogtreecommitdiff
path: root/Xi/devbell.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/devbell.c')
-rw-r--r--Xi/devbell.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/devbell.c b/Xi/devbell.c
index 6d3fcce53..7c3b68eff 100644
--- a/Xi/devbell.c
+++ b/Xi/devbell.c
@@ -55,11 +55,11 @@ 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 "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"