From: Vinson Lee Date: Thu, 16 Sep 2010 01:14:18 +0000 (-0700) Subject: gallivm: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d94c7841b2038d1eefd7aeede09edd4a2be050a5;p=mesa.git gallivm: Remove unnecessary headers. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c index f61f23efd1d..db6865bdf36 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c @@ -40,7 +40,6 @@ #include "util/u_memory.h" #include "util/u_math.h" #include "util/u_format.h" -#include "util/u_cpu_detect.h" #include "lp_bld_debug.h" #include "lp_bld_type.h" #include "lp_bld_const.h" @@ -48,7 +47,6 @@ #include "lp_bld_arit.h" #include "lp_bld_logic.h" #include "lp_bld_swizzle.h" -#include "lp_bld_pack.h" #include "lp_bld_flow.h" #include "lp_bld_gather.h" #include "lp_bld_format.h"