diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-27 16:28:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-27 16:29:35 +0100 |
commit | c51cb32b6edbfc9b95cbb5e72a13ac42fdc745ed (patch) | |
tree | 147860b634ccfd0dea266903646e138639b261d3 | |
parent | b4dbdd28ae05839645912f8aeb5100f6d05f11a1 (diff) |
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>
-rw-r--r-- | test/dri2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dri2.c b/test/dri2.c index 0e2003c6..5af4fdb6 100644 --- a/test/dri2.c +++ b/test/dri2.c @@ -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 |