From 76a5fed50196e1168ce463dec66be34c5d7d1e50 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 7 Nov 2010 20:47:10 -0800 Subject: mesa: Clean up header file inclusion in debug.h. --- src/mesa/main/debug.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/debug.h') diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index e3bb4dfe81..17aa897e8d 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -37,7 +37,10 @@ #define _DEBUG_H #include "glheader.h" -#include "mtypes.h" +#include "mfeatures.h" + +struct gl_context; +struct gl_texture_image; #if _HAVE_FULL_GL -- cgit v1.2.3