OSDN Git Service

swrast: Reduce header file inclusion in s_stencil.h.
authorVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 04:44:53 +0000 (21:44 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 04:44:53 +0000 (21:44 -0700)
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.

src/mesa/swrast/s_stencil.h

index cd6cbc5..c076ebb 100644 (file)
@@ -27,7 +27,8 @@
 #define S_STENCIL_H
 
 
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"