projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a5fed
)
mesa: Clean up header file inclusion in depth.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:54:33 +0000
(20:54 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:54:33 +0000
(20:54 -0800)
src/mesa/main/depth.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/depth.h
b/src/mesa/main/depth.h
index d61d3b121ba8127f9df32801fcb033d5108ec710..b498a471534ba5ec20dece74c74b250a7c710ab3 100644
(file)
--- 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