projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a408dbe
)
mesa: Clean up header file inclusion in debug.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:47:10 +0000
(20:47 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:47:10 +0000
(20:47 -0800)
src/mesa/main/debug.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/debug.h
b/src/mesa/main/debug.h
index e3bb4dfe8130371fedd5aaf8aff496e5e46ed4b5..17aa897e8d121443252ae6d4f84161419e054a59 100644
(file)
--- a/
src/mesa/main/debug.h
+++ b/
src/mesa/main/debug.h
@@
-37,7
+37,10
@@
#define _DEBUG_H
#include "glheader.h"
-#include "mtypes.h"
+#include "mfeatures.h"
+
+struct gl_context;
+struct gl_texture_image;
#if _HAVE_FULL_GL