mesa: Clean up header file inclusion in convolve.h.
authorVinson Lee <vlee@vmware.com>
Mon, 8 Nov 2010 04:39:54 +0000 (20:39 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 8 Nov 2010 04:39:54 +0000 (20:39 -0800)
src/mesa/main/convolve.h

index 0277917..7dc0a48 100644 (file)
 #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)
 {