test/dri2: We do not require the GLX includes

Drop the GLX includes as they are not needed and obviously break if the
GLX are not present on the system (and we fail to check during
configure).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-07-27 16:28:45 +01:00
parent b4dbdd28ae
commit c51cb32b6e
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@
#include <X11/extensions/extutil.h>
#include <X11/extensions/dri2proto.h>
#include <GL/glx.h>
#include <GL/glxext.h>
#include "dri2.h"
/* Allow the build to work with an older versions of dri2proto.h and