diff options
author | Vinson Lee <[email protected]> | 2010-11-07 20:39:54 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 20:39:54 -0800 |
commit | a408dbeb37e6e34770a8d794aa06f00ce1d15e07 (patch) | |
tree | e72ae513dbf938d1ab65d17394a40fa7ba5d2d69 /src | |
parent | cc0c45e7c538c0bb0b20310ed6f21e358e227e20 (diff) |
mesa: Clean up header file inclusion in convolve.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/convolve.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/main/convolve.h b/src/mesa/main/convolve.h index 0277917433d..7dc0a48b74d 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) { |