From: Vinson Lee Date: Tue, 14 Sep 2010 07:42:20 +0000 (-0700) Subject: gallivm: Remove unnecessary header. X-Git-Tag: mesa-7.9-rc1~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c6992b873df6de36f7b8d203fc9d993fcebab9d;p=platform%2Fupstream%2Fmesa.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 9d13007..d5f963b 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"