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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 21 05:15:17 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov 20 21:14:06 2010 -0800

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

---

 src/mesa/main/rastpos.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h
index 9b508ea..d113906 100644
--- a/src/mesa/main/rastpos.h
+++ b/src/mesa/main/rastpos.h
@@ -32,8 +32,11 @@
 #define RASTPOS_H
 
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
 
+struct _glapi_table;
+struct gl_context;
 
 #if FEATURE_rastpos
 




More information about the mesa-commit mailing list