Mesa (master): mesa: Clean up header file inclusion in debug.h.

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 04:47:25 UTC 2010


Module: Mesa
Branch: master
Commit: 76a5fed50196e1168ce463dec66be34c5d7d1e50
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a5fed50196e1168ce463dec66be34c5d7d1e50

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 20:47:10 2010 -0800

mesa: Clean up header file inclusion in debug.h.

---

 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 e3bb4df..17aa897 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
 




More information about the mesa-commit mailing list