summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-11 17:52:00 +0000
committerKevin E Martin <kem@kem.org>2005-07-11 17:52:00 +0000
commitb7a9a6a03560bdf6584c71bf0b546301bba9ab89 (patch)
treed4b4f5f8d8e9c4ce8a3fa5832940fa7219c54231
parentcf4dfd650dbc2bb65eae4eea2acfb4a4c5295548 (diff)
Remove unneeded xf86drm.h includes to fix modular build.
-rw-r--r--hw/xfree86/os-support/shared/sigio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/shared/sigio.c b/hw/xfree86/os-support/shared/sigio.c
index f7e0c45bd..e6da3940f 100644
--- a/hw/xfree86/os-support/shared/sigio.c
+++ b/hw/xfree86/os-support/shared/sigio.c
@@ -61,10 +61,8 @@
#ifdef XFree86Server
# include <X11/X.h>
# include "xf86.h"
-# include "xf86drm.h"
# include "xf86Priv.h"
# include "xf86_OSlib.h"
-# include "xf86drm.h"
# include "inputstr.h"
#else
# include <unistd.h>