Module: Mesa Branch: master Commit: abc5435f225e637c0c936f8562829dfdddd10caf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abc5435f225e637c0c936f8562829dfdddd10caf
Author: Vinson Lee <[email protected]> Date: Thu Oct 21 01:44:48 2010 -0700 llvmpipe: Remove unnecessary header. --- src/gallium/drivers/llvmpipe/lp_jit.c | 1 - 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 4dbb12c..c540f9b 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.c +++ b/src/gallium/drivers/llvmpipe/lp_jit.c @@ -36,7 +36,6 @@ #include <llvm-c/Transforms/Scalar.h> #include "util/u_memory.h" -#include "util/u_cpu_detect.h" #include "gallivm/lp_bld_init.h" #include "gallivm/lp_bld_debug.h" #include "lp_screen.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
