i915: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 23 Jan 2010 07:22:16 +0000 (23:22 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 23 Jan 2010 07:22:16 +0000 (23:22 -0800)
src/mesa/drivers/dri/i915/i830_context.c
src/mesa/drivers/dri/i915/i915_context.c
src/mesa/drivers/dri/i915/i915_debug_fp.c
src/mesa/drivers/dri/i915/i915_vtbl.c
src/mesa/drivers/dri/i915/intel_tris.c

index 840946f908ddb5a3eaca23f74bae65669368efa1..7be18cb65a090d3f768d3b30b3df45da1c74a716 100644 (file)
 #include "i830_context.h"
 #include "main/imports.h"
 #include "texmem.h"
-#include "intel_tex.h"
 #include "tnl/tnl.h"
 #include "tnl/t_vertex.h"
 #include "tnl/t_context.h"
 #include "tnl/t_pipeline.h"
-#include "utils.h"
 #include "intel_span.h"
-#include "intel_pixel.h"
 #include "intel_tris.h"
 
 /***************************************
index 7d4c7cfbabbdd1a1d6e346f7f826c3242a5c30b7..47670164875e696f749029d7923d1afc736b2e47 100644 (file)
@@ -28,7 +28,6 @@
 #include "i915_context.h"
 #include "main/imports.h"
 #include "main/macros.h"
-#include "intel_tex.h"
 #include "intel_tris.h"
 #include "tnl/t_context.h"
 #include "tnl/t_pipeline.h"
 #include "swrast_setup/swrast_setup.h"
 #include "tnl/tnl.h"
 
-#include "utils.h"
 #include "i915_reg.h"
 #include "i915_program.h"
 
-#include "intel_regions.h"
-#include "intel_batchbuffer.h"
 #include "intel_tris.h"
 #include "intel_span.h"
-#include "intel_pixel.h"
 
 /***************************************
  * Mesa's Driver Functions
index 84347a01efe419bad6cc1f03f8684c713e3ac712..bf500e54fa29de536483cc76d30535314a0fc162 100644 (file)
@@ -30,9 +30,6 @@
 #include "i915_reg.h"
 #include "i915_debug.h"
 #include "main/imports.h"
-#include "shader/program.h"
-#include "shader/prog_instruction.h"
-#include "shader/prog_print.h"
 
 #define PRINTF( ... ) _mesa_printf( __VA_ARGS__ )
 
index ff97e5a944f18d2d9299ec497b6e9f611f84a2ac..668e02ef705225a4040d566e0fbf9b4b582224f0 100644 (file)
@@ -37,7 +37,6 @@
 #include "tnl/t_vertex.h"
 
 #include "intel_batchbuffer.h"
-#include "intel_tex.h"
 #include "intel_regions.h"
 #include "intel_tris.h"
 #include "intel_fbo.h"
index bc527aae47a8c165860e63b080ae917b96e706cb..65db947aee91f95f0ce938320715c43734a66f0f 100644 (file)
@@ -52,7 +52,6 @@
 #include "intel_buffers.h"
 #include "intel_reg.h"
 #include "intel_span.h"
-#include "intel_tex.h"
 #include "intel_chipset.h"
 #include "i830_context.h"
 #include "i830_reg.h"