swrast: Reduce header file inclusion in s_stencil.h.

Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
This commit is contained in:
Vinson Lee 2010-08-07 21:44:53 -07:00
parent 01739cdda2
commit e616d05b22

View file

@ -27,7 +27,8 @@
#define S_STENCIL_H
#include "swrast.h"
#include "main/mtypes.h"
#include "s_span.h"