mesa: Clean up header file inclusion in depth.h.
authorVinson Lee <vlee@vmware.com>
Mon, 8 Nov 2010 04:54:33 +0000 (20:54 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 8 Nov 2010 04:54:33 +0000 (20:54 -0800)
src/mesa/main/depth.h

index d61d3b1..b498a47 100644 (file)
 #define DEPTH_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
 
 
 #if _HAVE_FULL_GL