From e3f53aa3a8dfc323c75837cd41e35b8e895d547e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 6 Oct 2016 14:42:34 -0400 Subject: [PATCH] glx/dri2: Don't include drm headers They're not needed, and they won't be present on win32. Signed-off-by: Adam Jackson Reviewed-by: Emil Velikov --- glx/glxdri2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/glx/glxdri2.c b/glx/glxdri2.c index c2dab90d0..484b4aeab 100644 --- a/glx/glxdri2.c +++ b/glx/glxdri2.c @@ -31,7 +31,6 @@ #include #include -#include #include #include #include @@ -40,7 +39,6 @@ #include #define _XF86DRI_SERVER_ -#include #include #include