Module: Mesa Branch: master Commit: f6f78fac9ed78bf3d6600401200be724a74bdfb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6f78fac9ed78bf3d6600401200be724a74bdfb6
Author: Vinson Lee <[email protected]> Date: Fri Apr 16 23:25:25 2010 -0700 draw llvm: Remove unnecessary header. --- src/gallium/auxiliary/draw/draw_llvm_translate.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_llvm_translate.c b/src/gallium/auxiliary/draw/draw_llvm_translate.c index c5c6f78..d8438b8 100644 --- a/src/gallium/auxiliary/draw/draw_llvm_translate.c +++ b/src/gallium/auxiliary/draw/draw_llvm_translate.c @@ -5,7 +5,6 @@ #include "gallivm/lp_bld_arit.h" #include "gallivm/lp_bld_struct.h" -#include "gallivm/lp_bld_type.h" #include "gallivm/lp_bld_debug.h" #include "util/u_memory.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
