summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 20:47:10 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 20:47:10 -0800
commit76a5fed50196e1168ce463dec66be34c5d7d1e50 (patch)
tree0bb18a8c3d31515bfdb635047ffb27dffc45fd74 /src/mesa/main/debug.h
parenta408dbeb37e6e34770a8d794aa06f00ce1d15e07 (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.h5
1 files changed, 4 insertions, 1 deletions
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