Mesa (master): mesa: Clean up header file inclusion in scissor.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 21 06:02:54 UTC 2010


Module: Mesa
Branch: master
Commit: baa04715973975187a00fb6ed24cd88c39fde50d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=baa04715973975187a00fb6ed24cd88c39fde50d

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov 20 22:01:30 2010 -0800

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

---

 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 bd90901..da9385e 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 );




More information about the mesa-commit mailing list