diff options
author | Vinson Lee <[email protected]> | 2010-11-20 21:06:09 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-20 21:06:09 -0800 |
commit | 9b66305b8d41a470faac8f8de7dfd99330801385 (patch) | |
tree | 8205bff5711c7069617f6d26cc3fe1c67573c490 /src/mesa/main/polygon.h | |
parent | f5cbe04b69581ed64ac3d4d6326cb9663edf25f1 (diff) |
mesa: Clean up header file inclusion in polygon.h.
Diffstat (limited to 'src/mesa/main/polygon.h')
-rw-r--r-- | 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 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); |