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

This commit is contained in:
Vinson Lee
2010-11-20 22:01:30 -08:00
parent 27e96655c7
commit baa0471597
+2 -1
View File
@@ -27,8 +27,9 @@
#define SCISSOR_H
#include "main/mtypes.h"
#include "glheader.h"
struct gl_context;
extern void GLAPIENTRY
_mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );