From: Vinson Lee Date: Tue, 14 Sep 2010 07:42:20 +0000 (-0700) Subject: gallivm: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c6992b873df6de36f7b8d203fc9d993fcebab9d;p=mesa.git gallivm: Remove unnecessary header. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c index 9d13007c7a0..d5f963be58d 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c @@ -50,7 +50,6 @@ #include "lp_bld_type.h" #include "lp_bld_const.h" #include "lp_bld_arit.h" -#include "lp_bld_gather.h" #include "lp_bld_logic.h" #include "lp_bld_swizzle.h" #include "lp_bld_flow.h"