summaryrefslogtreecommitdiff
path: root/libdrm/xf86drm.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-04-26 14:15:55 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-04-26 14:15:55 +0300
commitb69b42634619076d4163ae144f0154880d1928cd (patch)
treee85e6a580c0a2dd7df866539cc14a157286a43b4 /libdrm/xf86drm.c
parent2a6f555053bd404e7e5721c40990da2d9db53d19 (diff)
libdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER ifdef's.
We no longer import libdrm in the xserver.
Diffstat (limited to 'libdrm/xf86drm.c')
-rw-r--r--libdrm/xf86drm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c
index 2473162b..f07e853f 100644
--- a/libdrm/xf86drm.c
+++ b/libdrm/xf86drm.c
@@ -31,10 +31,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#ifdef HAVE_XORG_CONFIG_H
-#include <xorg-config.h>
-#endif
-
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif