summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_jit.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-15 08:38:00 -0700
committerVinson Lee <vlee@vmware.com>2010-05-15 08:38:00 -0700
commit6440dcea21066d43a9a37ab6e02d88b0da281154 (patch)
tree6f55d698e7296dce403fe5b52d335fbdf82a9291 /src/gallium/drivers/llvmpipe/lp_jit.c
parent55b5806e364836c62ac5eb0b6230abb43369e3c1 (diff)
llvmpipe: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_jit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.c b/src/gallium/drivers/llvmpipe/lp_jit.c
index 8cfc93a36c..23aa34ddec 100644
--- a/src/gallium/drivers/llvmpipe/lp_jit.c
+++ b/src/gallium/drivers/llvmpipe/lp_jit.c
@@ -39,7 +39,6 @@
#include "util/u_cpu_detect.h"
#include "gallivm/lp_bld_init.h"
#include "gallivm/lp_bld_debug.h"
-#include "lp_debug.h"
#include "lp_screen.h"
#include "gallivm/lp_bld_intr.h"
#include "lp_jit.h"