swrast: implement GL_ARB_texture_storage
[mesa.git] / src / mesa / swrast / s_fragprog.h
index 689d3fc82e4a79fc5adcb525803ea03731713215..62a68361769f3edb8b7859cea9f9f401da31b3db 100644 (file)
 #define S_FRAGPROG_H
 
 
-#include "main/mtypes.h"
 #include "s_span.h"
 
+struct gl_context;
+
 
 extern void
 _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);