summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 20:54:33 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 20:54:33 -0800
commite0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7 (patch)
treed0f9f1223c81e389846cfcf6a74ef4e734c0d408 /src
parent76a5fed50196e1168ce463dec66be34c5d7d1e50 (diff)
mesa: Clean up header file inclusion in depth.h.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/depth.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h
index d61d3b121b..b498a47153 100644
--- a/src/mesa/main/depth.h
+++ b/src/mesa/main/depth.h
@@ -32,7 +32,10 @@
#define DEPTH_H
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
#if _HAVE_FULL_GL