diff options
Diffstat (limited to 'hw/xnest/Handlers.c')
-rw-r--r-- | hw/xnest/Handlers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Handlers.c b/hw/xnest/Handlers.c index 5344e4e50..362e9a4b6 100644 --- a/hw/xnest/Handlers.c +++ b/hw/xnest/Handlers.c @@ -14,8 +14,8 @@ is" without express or implied warranty. */ /* $XFree86: xc/programs/Xserver/hw/xnest/Handlers.c,v 1.2 2001/08/01 00:44:57 tsi Exp $ */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "screenint.h" #include "input.h" #include "misc.h" |