diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-07 21:44:53 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-07 21:44:53 -0700 |
commit | e616d05b221889b62f7136e6e26a646c885f6ff8 (patch) | |
tree | 2de73d1ccdc960ff63b31c56938d1da79d4b70fc /src | |
parent | 01739cdda2330a98f01ac41cbd5f696aa6901876 (diff) |
swrast: Reduce header file inclusion in s_stencil.h.
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/swrast/s_stencil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h index cd6cbc57b0..c076ebbe2a 100644 --- a/src/mesa/swrast/s_stencil.h +++ b/src/mesa/swrast/s_stencil.h @@ -27,7 +27,8 @@ #define S_STENCIL_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h" |