summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:11 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:11 +0000
commit3a78bd6437927963d996866b6ad627e02337f6dd (patch)
treeacdf36bd0307b6e9ab7fe110f80ad8b708677bc7
parent3c5799ac5f6f685dec989b15ac65e02b12a00288 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r--src/apm_cursor.c2
-rw-r--r--src/apm_rush.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/apm_cursor.c b/src/apm_cursor.c
index 1ad0e82..69229fb 100644
--- a/src/apm_cursor.c
+++ b/src/apm_cursor.c
@@ -3,7 +3,7 @@
#include <X11/X.h>
#include <X11/Xproto.h>
-#include "misc.h"
+#include <X11/misc.h>
#include "input.h"
#include "cursorstr.h"
#include "regionstr.h"
diff --git a/src/apm_rush.c b/src/apm_rush.c
index 8264c60..f0b6c85 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.3 2004/12/04 00:42:59 kuhn Exp $ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.4 2005/04/20 12:25:22 daniels Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.11tsi Exp $ */
/*
* Copyright Loïc Grenié 1999
@@ -311,7 +311,7 @@ Copyright (c) 1998 Daryll Strauss
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>
-#include "misc.h"
+#include <X11/misc.h>
#include "dixstruct.h"
#include "extnsionst.h"
#include "scrnintstr.h"