summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-03-14 16:43:01 -0700
committerVinson Lee <vlee@vmware.com>2010-03-14 16:43:01 -0700
commit883aa5974bcf31f19294cb40b0c4df43bb550820 (patch)
tree5f0dd23082138dc52ffd3c8cc69380798959d862 /src
parent631a1a9ac8b97dec172205e13e33ef51f28bb1c0 (diff)
r300g: Remove unnecessary headers.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r300/r300_screen.c1
-rw-r--r--src/gallium/drivers/r300/r300_vs.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 64d1909a38..b6282fccd7 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -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.
diff --git a/src/gallium/drivers/r300/r300_vs.c b/src/gallium/drivers/r300/r300_vs.c
index 379939ac75..bd6b95dccb 100644
--- a/src/gallium/drivers/r300/r300_vs.c
+++ b/src/gallium/drivers/r300/r300_vs.c
@@ -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,