diff options
author | Adam Jackson <ajax@redhat.com> | 2016-10-06 14:42:34 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-10-10 13:43:09 -0400 |
commit | e3f53aa3a8dfc323c75837cd41e35b8e895d547e (patch) | |
tree | 9b2333eb92daed03d51128577a8bb3a850cd54d5 /glx | |
parent | 97a8353ec1192d8d3bd2ebb99e5687cb91427e09 (diff) |
glx/dri2: Don't include drm headers
They're not needed, and they won't be present on win32.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Emil Velikov <emil.l.veikov@gmail.com>
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxdri2.c | 2 |
1 files changed, 0 insertions, 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 <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> |