mesa: Clean up header file inclusion in atifragshader.h.
authorVinson Lee <vlee@vmware.com>
Mon, 8 Nov 2010 03:41:42 +0000 (19:41 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 8 Nov 2010 03:41:42 +0000 (19:41 -0800)
src/mesa/main/atifragshader.h

index 6911bba5aee4d010532bc825d4082932369b6b85..ade91311b01514b5cfb71afb479546fe7fe07612 100644 (file)
@@ -8,7 +8,12 @@
 #ifndef ATIFRAGSHADER_H
 #define ATIFRAGSHADER_H
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
+struct gl_context;
 
 #define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8
 #define MAX_NUM_PASSES_ATI                2