They're not needed, and they won't be present on win32. Signed-off-by: Adam Jackson <[email protected]> --- glx/glxdri2.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/glx/glxdri2.c b/glx/glxdri2.c index c2dab90..484b4ae 100644 --- a/glx/glxdri2.c +++ b/glx/glxdri2.c @@ -31,7 +31,6 @@ #include <errno.h> #include <dlfcn.h> -#include <drm.h> #include <GL/gl.h> #include <GL/internal/dri_interface.h> #include <GL/glxtokens.h> @@ -40,7 +39,6 @@ #include <os.h> #define _XF86DRI_SERVER_ -#include <xf86drm.h> #include <xf86.h> #include <dri2.h> -- 2.9.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
