summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_sampler.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-07 00:02:05 -0800
committerVinson Lee <vlee@vmware.com>2010-02-07 00:02:05 -0800
commit290487ce3c821ed6bf36ccbc34e370115cc0b4bb (patch)
tree0a368f9ca5c10b97c6e84d08f959ff119493ada7 /src/gallium/drivers/llvmpipe/lp_state_sampler.c
parent5201e948010a63a8df1c67f7d212ab7ff59dbdf1 (diff)
llvmpipe: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_sampler.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_sampler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_sampler.c b/src/gallium/drivers/llvmpipe/lp_state_sampler.c
index 43649febf2..b30a075776 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_sampler.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_sampler.c
@@ -37,7 +37,6 @@
#include "lp_context.h"
#include "lp_context.h"
#include "lp_state.h"
-#include "lp_texture.h"
#include "draw/draw_context.h"