diff options
Diffstat (limited to 'src/apm_rush.c')
-rw-r--r-- | src/apm_rush.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/apm_rush.c b/src/apm_rush.c index 28cfe50..8264c60 100644 --- a/src/apm_rush.c +++ b/src/apm_rush.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.2 2004/04/23 19:25:03 eich Exp $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.3 2004/12/04 00:42:59 kuhn Exp $ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.11tsi Exp $ */ /* * Copyright Loïc Grenié 1999 @@ -309,14 +309,14 @@ Copyright (c) 1998 Daryll Strauss #define NEED_REPLIES #define NEED_EVENTS -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "scrnintstr.h" #define _XF86RUSH_SERVER_ -#include "xf86rushstr.h" +#include <X11/extensions/xf86rushstr.h> static unsigned char RushReqCode = 0; static int RushErrorBase; |