summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-03-31 23:36:06 -0700
committerVinson Lee <vlee@vmware.com>2010-03-31 23:36:06 -0700
commite6be593fbf7ab7683c0b8233939623438a23ec41 (patch)
treef4379ba73a6aea70ea99c7a29e95f414c6051b3e /src/gallium/drivers/r300/r300_texture.c
parent732685175773e3fce2e72836264e2081978e16fb (diff)
r300g: Remove unnecessary header.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r--src/gallium/drivers/r300/r300_texture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c
index e0dee44b54..e7bac615df 100644
--- a/src/gallium/drivers/r300/r300_texture.c
+++ b/src/gallium/drivers/r300/r300_texture.c
@@ -30,7 +30,6 @@
#include "r300_context.h"
#include "r300_texture.h"
#include "r300_screen.h"
-#include "r300_state_inlines.h"
#include "r300_winsys.h"
/* XXX Enable float textures here. */