diff options
Diffstat (limited to 'Xi/closedev.c')
-rw-r--r-- | Xi/closedev.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/closedev.c b/Xi/closedev.c index 71eb04332..49e292235 100644 --- a/Xi/closedev.c +++ b/Xi/closedev.c @@ -55,13 +55,13 @@ 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 "windowstr.h" /* window structure */ #include "scrnintstr.h" /* screen structure */ -#include "XI.h" -#include "XIproto.h" +#include <X11/extensions/XI.h> +#include <X11/extensions/XIproto.h> #include "XIstubs.h" #include "extnsionst.h" #include "extinit.h" /* LookupDeviceIntRec */ |