summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_texfilter.h')
-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,