r300g: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 00:11:23 +0000 (16:11 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 00:12:51 +0000 (16:12 -0800)
src/gallium/drivers/r300/r300_blit.c
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_debug.c
src/gallium/drivers/r300/r300_emit.c
src/gallium/drivers/r300/r300_flush.c
src/gallium/drivers/r300/r300_state.c

index c14414fff6b0904849965dd1cc57b657d658ec1f..11c21e071bdf511365b61f97a61af83cefc434f0 100644 (file)
@@ -23,8 +23,6 @@
 #include "r300_blit.h"
 #include "r300_context.h"
 
-#include "util/u_rect.h"
-
 static void r300_blitter_save_states(struct r300_context* r300)
 {
     util_blitter_save_blend(r300->blitter, r300->blend_state.state);
index 052cc23a77a3c8b2da3c3afb7e51a34c7d528029..694452a3898015fc7797a4fa11315c10b9af755f 100644 (file)
@@ -22,9 +22,6 @@
 
 #include "draw/draw_context.h"
 
-#include "tgsi/tgsi_scan.h"
-
-#include "util/u_hash_table.h"
 #include "util/u_memory.h"
 #include "util/u_simple_list.h"
 
@@ -35,7 +32,6 @@
 #include "r300_query.h"
 #include "r300_render.h"
 #include "r300_screen.h"
-#include "r300_state_derived.h"
 #include "r300_state_invariant.h"
 #include "r300_texture.h"
 #include "r300_winsys.h"
index 00d4f31c2b6af10e7efbe17b842339e6787c0f09..b881730848aec0e1f74c02cb4ef78c4af0233090 100644 (file)
@@ -22,8 +22,6 @@
 
 #include "r300_context.h"
 
-#include <ctype.h>
-
 
 struct debug_option {
     const char * name;
index 8bc9da9361f81bd15d75cdafde3f85bcf6c632a2..8c5b1607d0e70889e181c3e1660a83bb987108ee 100644 (file)
@@ -32,9 +32,7 @@
 #include "r300_emit.h"
 #include "r300_fs.h"
 #include "r300_screen.h"
-#include "r300_state_derived.h"
 #include "r300_state_inlines.h"
-#include "r300_texture.h"
 #include "r300_vs.h"
 
 void r300_emit_blend_state(struct r300_context* r300, void* state)
index 15e612d8a6bd34ff97492cde002b7f12dd86056d..e37d3092703383a647d14fefb2e1b328c438c342 100644 (file)
@@ -29,7 +29,6 @@
 #include "r300_cs.h"
 #include "r300_emit.h"
 #include "r300_flush.h"
-#include "r300_state_invariant.h"
 
 static void r300_flush(struct pipe_context* pipe,
                        unsigned flags,
index f3acd1657938711f8a3b7165c72a682199e7dce2..b1c9aebd28029a32304d6a77401d48d099231702 100644 (file)
@@ -30,7 +30,6 @@
 #include "tgsi/tgsi_parse.h"
 
 #include "pipe/p_config.h"
-#include "pipe/internal/p_winsys_screen.h"
 
 #include "r300_context.h"
 #include "r300_reg.h"