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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 21 05:06:41 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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);




More information about the mesa-commit mailing list