summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_vertex.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-21 14:31:15 -0800
committerVinson Lee <vlee@vmware.com>2010-01-21 14:31:15 -0800
commit4222bf3d3c7c85112f2e21bd3ea29b1f496ed8bb (patch)
tree889401066d9b483a26d39baf6a9a7cb12f6c1114 /src/gallium/drivers/llvmpipe/lp_state_vertex.c
parentc50fe2c55cfe9c858b7b7859da79edb0693ee8bd (diff)
llvmpipe: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_vertex.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_vertex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_vertex.c b/src/gallium/drivers/llvmpipe/lp_state_vertex.c
index 1a17631a4c..57ac25ea0c 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_vertex.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_vertex.c
@@ -31,7 +31,6 @@
#include "lp_context.h"
#include "lp_state.h"
-#include "lp_surface.h"
#include "draw/draw_context.h"