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

This commit is contained in:
Vinson Lee 2010-11-20 21:06:09 -08:00
parent f5cbe04b69
commit 9b66305b8d

View file

@ -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);