swrast: Clean up header file inclusion in s_atifragshader.h.
authorVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 03:47:54 +0000 (19:47 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 03:47:54 +0000 (19:47 -0800)
src/mesa/swrast/s_atifragshader.h

index 39a6e64..10aaaa5 100644 (file)
@@ -27,9 +27,9 @@
 #define S_ATIFRAGSHADER_H
 
 
-#include "main/mtypes.h"
 #include "s_span.h"
 
+struct gl_context;
 
 extern void
 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );