From: Vinson Lee Date: Sun, 8 Aug 2010 05:05:28 +0000 (-0700) Subject: swrast: Fix header file inclusion in s_texfilter.h. X-Git-Tag: android-x86-2.2~2500 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a2a40cefe2335c1edaa20258d74263f0004b2928;p=android-x86%2Fexternal-mesa.git swrast: Fix header file inclusion in s_texfilter.h. Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol. --- diff --git a/src/mesa/swrast/s_texfilter.h b/src/mesa/swrast/s_texfilter.h index 2e265d685c5..eceab59658e 100644 --- a/src/mesa/swrast/s_texfilter.h +++ b/src/mesa/swrast/s_texfilter.h @@ -27,7 +27,8 @@ #define S_TEXFILTER_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_context.h" extern texture_sample_func