diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-07 21:24:16 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-07 21:24:16 -0700 |
commit | 01739cdda2330a98f01ac41cbd5f696aa6901876 (patch) | |
tree | cad0c87726160c00b2a8a7336671eff8ca21e14d /src/mesa/swrast/s_masking.h | |
parent | 562c72741401da0dd872a875914b8005b863e986 (diff) |
swrast: Reduce header file inclusion in s_masking.h.
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
Diffstat (limited to 'src/mesa/swrast/s_masking.h')
-rw-r--r-- | src/mesa/swrast/s_masking.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_masking.h b/src/mesa/swrast/s_masking.h index 3ba4f8356c..cb000da0fd 100644 --- a/src/mesa/swrast/s_masking.h +++ b/src/mesa/swrast/s_masking.h @@ -27,7 +27,8 @@ #define S_MASKING_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h" extern void |