summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_vertex.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-20 00:08:54 -0800
committerVinson Lee <vlee@vmware.com>2010-01-20 00:08:54 -0800
commite3cb614f932ac417d446c84bd54f86d01b1cdcd9 (patch)
treee211815c6ce176e2e8166ed3101e526a329f6f2b /src/gallium/drivers/softpipe/sp_state_vertex.c
parentac2a665fd75249e02838ec63ef4a5b3db093ceb1 (diff)
softpipe: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state_vertex.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_state_vertex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state_vertex.c b/src/gallium/drivers/softpipe/sp_state_vertex.c
index 46b6991195..b491d92ed1 100644
--- a/src/gallium/drivers/softpipe/sp_state_vertex.c
+++ b/src/gallium/drivers/softpipe/sp_state_vertex.c
@@ -31,7 +31,6 @@
#include "sp_context.h"
#include "sp_state.h"
-#include "sp_surface.h"
#include "draw/draw_context.h"