diff options
author | Vinson Lee <[email protected]> | 2010-08-07 13:04:50 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-07 13:04:50 -0700 |
commit | 5db13da86699f3d7abd0f0a18e93dc5d3a0ae8bc (patch) | |
tree | 7dade220e9bea120d2f978fc96e5d92da9db92ea /src/mesa/swrast | |
parent | 690ead0f2248c117f675004a1c1918f425ca326f (diff) |
swrast: Clean up header file inclusion in s_depth.h.
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_depth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index 7eae3667428..878d242f5e5 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -27,7 +27,8 @@ #define S_DEPTH_H -#include "s_context.h" +#include "main/mtypes.h" +#include "s_span.h" extern GLuint |