swrast: Clean up header file inclusion in s_depth.h.
authorVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 04:06:11 +0000 (20:06 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 04:06:11 +0000 (20:06 -0800)
src/mesa/swrast/s_depth.h

index e5dae7ef8650101c1db00ef5b51f7b2306a74945..44820ac8f76f327b47d8874b4b9b4a3a1c34fff9 100644 (file)
 #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);