summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.h
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.h
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.h')
-rw-r--r--src/glx/dri2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h
index 90efde8bcc1..72a608c508c 100644
--- a/src/glx/dri2.h
+++ b/src/glx/dri2.h
@@ -33,6 +33,7 @@
#ifndef _DRI2_H_
#define _DRI2_H_
+#include <xf86drm.h>
#include <X11/extensions/Xfixes.h>
#include <X11/extensions/dri2tokens.h>