summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86MiscExt.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 09:39:54 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 09:39:54 +0000
commita107f599518a175dd689417b48788a746303966a (patch)
tree1c426fb7c44f3cf22b5a2696a5ef8d1f1caaaf6c /hw/xfree86/common/xf86MiscExt.c
parent0bb669638f032e61471007b2fa88285aa5d63903 (diff)
Predicate usage of xf86OSPM functions on #ifdef XF86PM.
Remove needless include of ../input/mouse/mouse.h.
Diffstat (limited to 'hw/xfree86/common/xf86MiscExt.c')
-rw-r--r--hw/xfree86/common/xf86MiscExt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86MiscExt.c b/hw/xfree86/common/xf86MiscExt.c
index 62d011f42..54c0cd510 100644
--- a/hw/xfree86/common/xf86MiscExt.c
+++ b/hw/xfree86/common/xf86MiscExt.c
@@ -62,7 +62,6 @@
#endif
#include "xf86OSmouse.h"
-#include "../input/mouse/mouse.h"
#ifdef DEBUG
# define DEBUG_P(x) ErrorF(x"\n");