From: Vinson Lee Date: Mon, 8 Nov 2010 04:47:10 +0000 (-0800) Subject: mesa: Clean up header file inclusion in debug.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76a5fed50196e1168ce463dec66be34c5d7d1e50;p=mesa.git mesa: Clean up header file inclusion in debug.h. --- diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index e3bb4dfe813..17aa897e8d1 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