summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-24 20:06:11 -0800
committerVinson Lee <vlee@vmware.com>2010-12-24 20:06:11 -0800
commitec891d78a0472f22bfda3cc93445c8752d73fd8c (patch)
tree66e08c89e43c42078185844e0a4bd9ad79110eb1 /src/mesa/swrast
parentb3c59acca6671ee22d248bda8c9b30545e66d7df (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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h
index e5dae7ef86..44820ac8f7 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);