r300g: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sun, 14 Mar 2010 23:43:01 +0000 (16:43 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 14 Mar 2010 23:43:01 +0000 (16:43 -0700)
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_vs.c

index 64d1909a382770ce951c859643bf98f8ce895626..b6282fccd7a4bba19fddf517568428e37441bb23 100644 (file)
@@ -29,7 +29,6 @@
 #include "r300_texture.h"
 
 #include "radeon_winsys.h"
-#include "r300_winsys.h"
 
 /* Return the identifier behind whom the brave coders responsible for this
  * amalgamation of code, sweat, and duct tape, routinely obscure their names.
index 379939ac750e953fa6a3662c5b81065db884db1b..bd6b95dccbae0acdeccad5823edc140587801b4b 100644 (file)
@@ -34,8 +34,6 @@
 
 #include "radeon_compiler.h"
 
-#include "util/u_math.h"
-
 /* Convert info about VS output semantics into r300_shader_semantics. */
 static void r300_shader_read_vs_outputs(
     struct tgsi_shader_info* info,