summaryrefslogtreecommitdiff
path: root/XTrap
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:43 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:43 +0000
commit9b1debcdb6c7df956c06350a6525afb8e6d691fa (patch)
tree7f97d0d3d49782523bd6a3e8e0f8a3006d0f336f /XTrap
parent657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'XTrap')
-rw-r--r--XTrap/xtrapdi.c4
-rw-r--r--XTrap/xtrapdiswp.c2
-rw-r--r--XTrap/xtrapditbl.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/XTrap/xtrapdi.c b/XTrap/xtrapdi.c
index efc9bf1d2..8019addea 100644
--- a/XTrap/xtrapdi.c
+++ b/XTrap/xtrapdi.c
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/XTrap/xtrapdi.c,v 1.2 2004/04/23 18:44:40 eich Exp $ */
/* $XFree86: xc/programs/Xserver/XTrap/xtrapdi.c,v 1.6tsi Exp $ */
/*****************************************************************************
Copyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA
@@ -61,7 +61,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/X.h>
#include <X11/Xproto.h>
#include "input.h" /* Server DevicePtr definitions */
-#include "misc.h" /* Server swapping macros */
+#include <X11/misc.h> /* Server swapping macros */
#include "dixstruct.h" /* Server ClientRec definitions */
#include "resource.h" /* Used with the MakeAtom call */
#ifdef PC
diff --git a/XTrap/xtrapdiswp.c b/XTrap/xtrapdiswp.c
index cab6d5e11..5f8709480 100644
--- a/XTrap/xtrapdiswp.c
+++ b/XTrap/xtrapdiswp.c
@@ -52,7 +52,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/Xprotostr.h>
#include <X11/extensions/xtrapdi.h>
#include "input.h" /* Server DevicePtr definitions */
-#include "misc.h"
+#include <X11/misc.h>
#include "dixstruct.h"
#ifdef PC
# include "extnsist.h"
diff --git a/XTrap/xtrapditbl.c b/XTrap/xtrapditbl.c
index 3c9385794..1e2a14960 100644
--- a/XTrap/xtrapditbl.c
+++ b/XTrap/xtrapditbl.c
@@ -42,7 +42,7 @@ SOFTWARE.
#include <X11/Xprotostr.h>
#include <X11/extensions/xtrapdi.h>
#include "input.h" /* Server DevicePtr definitions */
-#include "misc.h"
+#include <X11/misc.h>
#include "dixstruct.h"
#ifdef PC
# include "extnsist.h"