summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-13 11:17:39 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-13 11:17:39 +0930
commit8234af6c6a3ade13f7720743bde79957c7df3f6c (patch)
tree65b3a3df8d4d9b80c48bea3e5f552efd97629113
parent59b8d29b3a91c65787dfadb5610342a62e85c48c (diff)
xfree86: remove Ubuntu-ism.
Additional #include was required due to broken libc headers or something like that. Remove it, there's more to the world than ubuntu alone.
-rw-r--r--hw/xfree86/os-support/linux/lnx_agp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_agp.c b/hw/xfree86/os-support/linux/lnx_agp.c
index 300b08df6..ded9e0fae 100644
--- a/hw/xfree86/os-support/linux/lnx_agp.c
+++ b/hw/xfree86/os-support/linux/lnx_agp.c
@@ -10,7 +10,6 @@
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
-#include <linux/types.h>
#endif
#include <X11/X.h>