Mesa (master): mesa: Clean up header file inclusion in depth.h.

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 04:54:51 UTC 2010


Module: Mesa
Branch: master
Commit: e0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 20:54:33 2010 -0800

mesa: Clean up header file inclusion in depth.h.

---

 src/mesa/main/depth.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h
index d61d3b1..b498a47 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




More information about the mesa-commit mailing list