mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats
[mesa.git] / src / mesa / swrast / s_aatriangle.h
index 4b57fa73a2702f8563b038aae6489a6d5249e0b4..e40efb1985bd2e7674f9435df4f550cf074ef6d4 100644 (file)
 #define S_AATRIANGLE_H
 
 
-#include "swrast.h"
+struct gl_context;
 
 
 extern void
-_swrast_set_aa_triangle_function(GLcontext *ctx);
+_swrast_set_aa_triangle_function(struct gl_context *ctx);
 
 
 #endif