diff options
author | Vinson Lee <[email protected]> | 2010-12-25 20:28:17 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-25 20:28:17 -0800 |
commit | 77d1d351637f127651d554616d71bc9afb9395f9 (patch) | |
tree | f7c36d6c7aaa2b7f134b739891721be30cacff65 | |
parent | 06fa98611277839689a7bc221c59c409032bbd4e (diff) |
swrast: Clean up header file inclusion in s_texfilter.h.
-rw-r--r-- | 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 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, |