diff options
author | Emil Velikov <[email protected]> | 2014-02-28 17:56:01 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-11 12:50:43 +0000 |
commit | f41a65397b410d3960a6ed31b05367bee5229120 (patch) | |
tree | 69f6fffa0c1ee54b8ee4277b1769763013bcbe13 /src/glx/tests | |
parent | e5214dd8f1356ac77e9caed5abb2b76deb27a920 (diff) |
glx: cleanup unneeded headers
- xf86dri.h is the old dri1 header, not required by dri2 nor dri3
- fold xf86drm.h inclusiong inside dri2.h
- dri3_glx does not have any drm specific dependencies
- glapi.h is not required by the dri2 and dri3 codepaths
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jon TURNEY <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/tests')
-rw-r--r-- | src/glx/tests/query_renderer_implementation_unittest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/tests/query_renderer_implementation_unittest.cpp b/src/glx/tests/query_renderer_implementation_unittest.cpp index 2bf88430263..35b3972d57f 100644 --- a/src/glx/tests/query_renderer_implementation_unittest.cpp +++ b/src/glx/tests/query_renderer_implementation_unittest.cpp @@ -29,7 +29,6 @@ extern "C" { #include "glxclient.h" #include "glx_error.h" -#include "xf86drm.h" #include "dri2.h" #include "dri_interface.h" #include "dri2_priv.h" |