diff options
Diffstat (limited to 'Xi/setbmap.c')
-rw-r--r-- | Xi/setbmap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/setbmap.c b/Xi/setbmap.c index cc7c0fbb2..7282a02e2 100644 --- a/Xi/setbmap.c +++ b/Xi/setbmap.c @@ -58,11 +58,11 @@ SOFTWARE. #define IsOn(ptr, bit) \ (((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7))) -#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 "exevents.h" #include "extnsionst.h" #include "extinit.h" /* LookupDeviceIntRec */ |