swrast: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 20:35:17 +0000 (13:35 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 20:35:17 +0000 (13:35 -0700)
src/mesa/swrast/s_atifragshader.c
src/mesa/swrast/s_feedback.c
src/mesa/swrast/s_fog.c
src/mesa/swrast/s_fragprog.c
src/mesa/swrast/s_points.c
src/mesa/swrast/s_span.c

index fa280e72e4064fa23048e2e1264d38699e5fedd3..336415d57af3154bc15564989fc01a7bc61d9b9c 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "main/glheader.h"
 #include "main/colormac.h"
-#include "main/context.h"
 #include "main/macros.h"
 #include "main/atifragshader.h"
 #include "swrast/s_atifragshader.h"
index 373b1416e289d5f5e1970c3b2b289996a3cf0fc1..6ac8ac73b0b77d36cc89487ec7c5f4f2fd348b2f 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "main/glheader.h"
 #include "main/colormac.h"
-#include "main/context.h"
 #include "main/feedback.h"
 #include "main/macros.h"
 
index 3fc843921339d76f7790d982566ede12b39ff9da..689500a613a1af7939629ebfeb11e9c37bd2a287 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "main/glheader.h"
 #include "main/colormac.h"
-#include "main/context.h"
 #include "main/macros.h"
 
 #include "s_context.h"
index 413f136cd59b4ac70adafc21b69d409dcd1f4f37..a2c2a10c3de53ea6161acd1e402da0ee9b891178 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "main/glheader.h"
 #include "main/colormac.h"
-#include "main/context.h"
 #include "program/prog_instruction.h"
 
 #include "s_fragprog.h"
index 1663ece82941de2f5111a82453fe24f6edb06b12..12431662c47430eda04cb2f60e822dac192766a1 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "main/glheader.h"
 #include "main/colormac.h"
-#include "main/context.h"
 #include "main/macros.h"
 #include "s_context.h"
 #include "s_feedback.h"
index 687c8eb0bf86da0bd12948919a5e01d1704e296d..3b3929a41bea96ad84332bb5921dd94954674c36 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "main/glheader.h"
 #include "main/colormac.h"
-#include "main/context.h"
 #include "main/macros.h"
 #include "main/imports.h"
 #include "main/image.h"