summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-02-28 17:56:01 +0000
committerEmil Velikov <[email protected]>2014-03-11 12:50:43 +0000
commitf41a65397b410d3960a6ed31b05367bee5229120 (patch)
tree69f6fffa0c1ee54b8ee4277b1769763013bcbe13 /src/glx/dri2.c
parente5214dd8f1356ac77e9caed5abb2b76deb27a920 (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/dri2.c')
-rw-r--r--src/glx/dri2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/dri2.c b/src/glx/dri2.c
index 7e8fdeabf47..7cb9d2dba9c 100644
--- a/src/glx/dri2.c
+++ b/src/glx/dri2.c
@@ -38,7 +38,6 @@
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
#include <X11/extensions/dri2proto.h>
-#include "xf86drm.h"
#include "dri2.h"
#include "glxclient.h"
#include "GL/glxext.h"