From d1ac343b8894a9b8a34c1dcf4b6aeb57239034c0 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Fri, 21 Jan 2011 23:07:10 +0100 Subject: Revert "Fix crosscompile build for older Xservers" This reverts commit 16e16390385d890b3666485a40369f4c690d5033. The fix was bogus as pointed out by Cyril Bruleboid , and Gaetan Nadon --- src/vmwaremodule.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/vmwaremodule.c b/src/vmwaremodule.c index a7ba854..2754879 100644 --- a/src/vmwaremodule.c +++ b/src/vmwaremodule.c @@ -26,14 +26,14 @@ #include #include -#ifdef HAVE_LIBDRM -#include -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifdef HAVE_LIBDRM +#include +#endif + #ifndef HAVE_XORG_SERVER_1_5_0 #include #include -- cgit v1.2.3