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 d61d3b121ba8127f9df32801fcb033d5108ec710..b498a471534ba5ec20dece74c74b250a7c710ab3 100644 (file)
 #define DEPTH_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
 
 
 #if _HAVE_FULL_GL