diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-11-20 22:01:30 -0800 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-11-20 22:01:30 -0800 | 
| commit | baa04715973975187a00fb6ed24cd88c39fde50d (patch) | |
| tree | cd5aaabb7b2656ce60790a64801ef7a52a5ee17b /src/mesa | |
| parent | 27e96655c7e33e46bd9e74cdd1f66c8c049d3e42 (diff) | |
mesa: Clean up header file inclusion in scissor.h.
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/main/scissor.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/mesa/main/scissor.h b/src/mesa/main/scissor.h index bd909019db..da9385e2b9 100644 --- a/src/mesa/main/scissor.h +++ b/src/mesa/main/scissor.h @@ -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 ); | 
