diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-07 13:57:50 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-07 13:57:50 -0700 |
commit | 7b562854870826c53a895a9a8db38af28bbde673 (patch) | |
tree | 475f31b1ca1646867d26aa1bd1f002634f6a7410 /src/mesa/swrast/s_fog.h | |
parent | 5db13da86699f3d7abd0f0a18e93dc5d3a0ae8bc (diff) |
swrast: Reduce header file inclusion in s_fog.h.
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
Diffstat (limited to 'src/mesa/swrast/s_fog.h')
-rw-r--r-- | src/mesa/swrast/s_fog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_fog.h b/src/mesa/swrast/s_fog.h index 06107de3f9..a496746d10 100644 --- a/src/mesa/swrast/s_fog.h +++ b/src/mesa/swrast/s_fog.h @@ -28,7 +28,8 @@ #define S_FOG_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h" extern GLfloat |