OSDN Git Service

swrast: Clean up header file inclusion in s_fragprog.h.
authorVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 04:34:53 +0000 (20:34 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 04:34:53 +0000 (20:34 -0800)
src/mesa/swrast/s_fragprog.h

index 689d3fc..62a6836 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);