From 77d1d351637f127651d554616d71bc9afb9395f9 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 25 Dec 2010 20:28:17 -0800 Subject: swrast: Clean up header file inclusion in s_texfilter.h. --- src/mesa/swrast/s_texfilter.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_texfilter.h b/src/mesa/swrast/s_texfilter.h index 34520f2294..69f2d80003 100644 --- a/src/mesa/swrast/s_texfilter.h +++ b/src/mesa/swrast/s_texfilter.h @@ -27,9 +27,11 @@ #define S_TEXFILTER_H -#include "main/mtypes.h" #include "s_context.h" +struct gl_context; +struct gl_texture_object; + extern texture_sample_func _swrast_choose_texture_sample_func( struct gl_context *ctx, -- cgit v1.2.3