Module: Mesa Branch: master Commit: 77d1d351637f127651d554616d71bc9afb9395f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77d1d351637f127651d554616d71bc9afb9395f9
Author: Vinson Lee <[email protected]> Date: Sat Dec 25 20:28:17 2010 -0800 swrast: Clean up header file inclusion in s_texfilter.h. --- src/mesa/swrast/s_texfilter.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast/s_texfilter.h b/src/mesa/swrast/s_texfilter.h index 34520f2..69f2d80 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, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
