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

Author: Vinson Lee <[email protected]>
Date:   Sat Nov 20 21:06:09 2010 -0800

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

---

 src/mesa/main/polygon.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h
index ad0ac4c..13f7c91 100644
--- a/src/mesa/main/polygon.h
+++ b/src/mesa/main/polygon.h
@@ -32,8 +32,9 @@
 #define POLYGON_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
 
+struct gl_context;
 
 extern void
 _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to