From: Vinson Lee Date: Sat, 17 Apr 2010 06:25:25 +0000 (-0700) Subject: draw llvm: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6f78fac9ed78bf3d6600401200be724a74bdfb6;p=mesa.git draw llvm: Remove unnecessary header. --- diff --git a/src/gallium/auxiliary/draw/draw_llvm_translate.c b/src/gallium/auxiliary/draw/draw_llvm_translate.c index c5c6f7877e4..d8438b85a52 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"