diff options
author | Vinson Lee <[email protected]> | 2010-12-24 20:06:11 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-24 20:06:11 -0800 |
commit | ec891d78a0472f22bfda3cc93445c8752d73fd8c (patch) | |
tree | 66e08c89e43c42078185844e0a4bd9ad79110eb1 /src/mesa/swrast | |
parent | b3c59acca6671ee22d248bda8c9b30545e66d7df (diff) |
swrast: Clean up header file inclusion in s_depth.h.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_depth.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index e5dae7ef865..44820ac8f76 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -27,9 +27,12 @@ #define S_DEPTH_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "s_span.h" +struct gl_context; +struct gl_renderbuffer; + extern GLuint _swrast_depth_test_span( struct gl_context *ctx, SWspan *span); |