summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_so.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-06-23 15:17:00 -0700
committerVinson Lee <vlee@vmware.com>2010-06-23 15:17:00 -0700
commitfddd5834ff4fc1bf629f25db0a723ae24e3c0b34 (patch)
treefceeea27617c13a4b98bfad0748bd74f896647d4 /src/gallium/drivers/llvmpipe/lp_state_so.c
parente6ee4e1bdf0f82fd3c09a0cb95a5844bed25a1d1 (diff)
llvmpipe: Remove unnecessary header.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_so.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_so.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_so.c b/src/gallium/drivers/llvmpipe/lp_state_so.c
index 4c64a5b142..30b17c9881 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_so.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_so.c
@@ -29,7 +29,6 @@
#include "lp_state.h"
#include "lp_texture.h"
-#include "util/u_format.h"
#include "util/u_memory.h"
#include "draw/draw_context.h"