summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_vs.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-02 13:30:40 -0700
committerVinson Lee <vlee@vmware.com>2010-05-02 13:30:40 -0700
commit1a30d981591fd16faab4e36db6d434836272f117 (patch)
tree002b9db7cb1e833933c0dff1f481fa83e92ea752 /src/gallium/drivers/r300/r300_vs.c
parent38e3fb23da9f75632992767fa3a01d335b9bb7ab (diff)
r300g: Remove unnecessary header.
Diffstat (limited to 'src/gallium/drivers/r300/r300_vs.c')
-rw-r--r--src/gallium/drivers/r300/r300_vs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_vs.c b/src/gallium/drivers/r300/r300_vs.c
index b7609bad81..f3186431e1 100644
--- a/src/gallium/drivers/r300/r300_vs.c
+++ b/src/gallium/drivers/r300/r300_vs.c
@@ -22,7 +22,6 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "r300_vs.h"
-#include "r300_fs.h"
#include "r300_context.h"
#include "r300_screen.h"