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>
This commit is contained in:
Adam Jackson 2016-10-06 14:42:34 -04:00
parent 97a8353ec1
commit e3f53aa3a8

View File

@ -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>