From: Vinson Lee Date: Sun, 21 Nov 2010 05:06:09 +0000 (-0800) Subject: mesa: Clean up header file inclusion in polygon.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b66305b8d41a470faac8f8de7dfd99330801385;p=mesa.git mesa: Clean up header file inclusion in polygon.h. --- diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h index ad0ac4cc3a7..13f7c91ed07 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);