diff options
Diffstat (limited to 'dix/swapreq.c')
-rw-r--r-- | dix/swapreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dix/swapreq.c b/dix/swapreq.c index 5baadf792..8f9036da1 100644 --- a/dix/swapreq.c +++ b/dix/swapreq.c @@ -48,10 +48,10 @@ SOFTWARE. /* $Xorg: swapreq.c,v 1.4 2001/02/09 02:04:41 xorgcvs Exp $ */ -#include "X.h" +#include <X11/X.h> #define NEED_EVENTS -#include "Xproto.h" -#include "Xprotostr.h" +#include <X11/Xproto.h> +#include <X11/Xprotostr.h> #include "misc.h" #include "dixstruct.h" #include "extnsionst.h" /* for SendEvent */ |