summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/convolve.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 20:39:54 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 20:39:54 -0800
commita408dbeb37e6e34770a8d794aa06f00ce1d15e07 (patch)
treee72ae513dbf938d1ab65d17394a40fa7ba5d2d69 /src/mesa/main/convolve.h
parentcc0c45e7c538c0bb0b20310ed6f21e358e227e20 (diff)
downloadexternal_mesa3d-a408dbeb37e6e34770a8d794aa06f00ce1d15e07.zip
external_mesa3d-a408dbeb37e6e34770a8d794aa06f00ce1d15e07.tar.gz
external_mesa3d-a408dbeb37e6e34770a8d794aa06f00ce1d15e07.tar.bz2
mesa: Clean up header file inclusion in convolve.h.
Diffstat (limited to 'src/mesa/main/convolve.h')
-rw-r--r--src/mesa/main/convolve.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/main/convolve.h b/src/mesa/main/convolve.h
index 0277917..7dc0a48 100644
--- 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)
{