diff options
Diffstat (limited to 'dix/tables.c')
-rw-r--r-- | dix/tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dix/tables.c b/dix/tables.c index 6037b1220..092abd61f 100644 --- a/dix/tables.c +++ b/dix/tables.c @@ -47,10 +47,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: tables.c,v 1.4 2001/02/09 02:04:41 xorgcvs Exp $ */ -#include "X.h" +#include <X11/X.h> #define NEED_EVENTS #define NEED_REPLIES -#include "Xproto.h" +#include <X11/Xproto.h> #include "windowstr.h" #include "extnsionst.h" #include "dixstruct.h" |