diff options
author | Vinson Lee <[email protected]> | 2010-11-07 20:47:10 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 20:47:10 -0800 |
commit | 76a5fed50196e1168ce463dec66be34c5d7d1e50 (patch) | |
tree | 0bb18a8c3d31515bfdb635047ffb27dffc45fd74 /src/mesa/main/debug.h | |
parent | a408dbeb37e6e34770a8d794aa06f00ce1d15e07 (diff) |
mesa: Clean up header file inclusion in debug.h.
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r-- | src/mesa/main/debug.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |