From: Vinson Lee Date: Sun, 26 Dec 2010 04:28:17 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_texfilter.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77d1d351637f127651d554616d71bc9afb9395f9;p=mesa.git swrast: Clean up header file inclusion in s_texfilter.h. --- diff --git a/src/mesa/swrast/s_texfilter.h b/src/mesa/swrast/s_texfilter.h index 34520f22948..69f2d80003a 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,