swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
[mesa.git] / src / mesa / swrast / s_texfilter.h
index 6267ad17eb84f700ba580b31176e38236419ef45..69f2d80003a0187479c7a96b08d2c68868b46941 100644 (file)
 #define S_TEXFILTER_H
 
 
-#include "main/mtypes.h"
-#include "swrast.h"
+#include "s_context.h"
+
+struct gl_context;
+struct gl_texture_object;
 
 
 extern texture_sample_func
-_swrast_choose_texture_sample_func( GLcontext *ctx,
+_swrast_choose_texture_sample_func( struct gl_context *ctx,
                                    const struct gl_texture_object *tObj );