OSDN Git Service

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 e5dae7e..44820ac 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);