summaryrefslogtreecommitdiffstats
path: root/src/glx/glxcmds.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/glxcmds.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/glxcmds.c')
-rw-r--r--src/glx/glxcmds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index 837d8a269cf..4b17d7cecb7 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -48,9 +48,7 @@
#ifdef XF86VIDMODE
#include <X11/extensions/xf86vmode.h>
#endif
-#include "xf86dri.h"
#endif
-#else
#endif
#include <X11/Xlib-xcb.h>