swrast: Fix header file inclusion in s_texfilter.h.
authorVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 05:05:28 +0000 (22:05 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 05:05:28 +0000 (22:05 -0700)
Include mtypes.h for GLcontext symbol.
Include s_context.h for texture_sample_func symbol.

src/mesa/swrast/s_texfilter.h

index 2e265d685c5774ec3f2c32ea2dd6a6be660a3dd4..eceab59658e61ef8db57b70998e8f5c113cc861d 100644 (file)
@@ -27,7 +27,8 @@
 #define S_TEXFILTER_H
 
 
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_context.h"
 
 
 extern texture_sample_func