projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5953eac
)
mesa: Clean up header file inclusion in drawpix.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 05:02:31 +0000
(21:02 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 05:02:31 +0000
(21:02 -0800)
src/mesa/main/drawpix.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/drawpix.h
b/src/mesa/main/drawpix.h
index
1f95ff5
..
31baa19
100644
(file)
--- a/
src/mesa/main/drawpix.h
+++ b/
src/mesa/main/drawpix.h
@@
-26,7
+26,10
@@
#define DRAWPIX_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
#if FEATURE_drawpix