summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-25 20:28:17 -0800
committerVinson Lee <vlee@vmware.com>2010-12-25 20:28:17 -0800
commit77d1d351637f127651d554616d71bc9afb9395f9 (patch)
treef7c36d6c7aaa2b7f134b739891721be30cacff65 /src/mesa/swrast
parent06fa98611277839689a7bc221c59c409032bbd4e (diff)
swrast: Clean up header file inclusion in s_texfilter.h.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_texfilter.h4
1 files changed, 3 insertions, 1 deletions
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,