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:
parent
b4dbdd28ae
commit
c51cb32b6e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue