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:
cc0c45e
)
mesa: Clean up header file inclusion in convolve.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:39:54 +0000
(20:39 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:39:54 +0000
(20:39 -0800)
src/mesa/main/convolve.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/convolve.h
b/src/mesa/main/convolve.h
index
0277917
..
7dc0a48
100644
(file)
--- a/
src/mesa/main/convolve.h
+++ b/
src/mesa/main/convolve.h
@@
-28,7
+28,10
@@
#define CONVOLVE_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
#if FEATURE_convolve
@@
-38,8
+41,6
@@
_mesa_init_convolve_dispatch(struct _glapi_table *disp);
#else /* FEATURE_convolve */
-#include "main/compiler.h"
-
static INLINE void
_mesa_init_convolve_dispatch(struct _glapi_table *disp)
{