swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
[mesa.git] / src / mesa / swrast / s_texfilter.h
index 34520f229482794cd6b0d23ae2a3135d09f0a038..69f2d80003a0187479c7a96b08d2c68868b46941 100644 (file)
 #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,