From f41a65397b410d3960a6ed31b05367bee5229120 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 28 Feb 2014 17:56:01 +0000 Subject: 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 Reviewed-by: Jon TURNEY Reviewed-by: Ian Romanick --- src/glx/dri2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glx/dri2.h') 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 #include #include -- cgit v1.2.3