From: Vinson Lee Date: Sat, 3 Jul 2010 08:04:50 +0000 (-0700) Subject: gallivm: Remove unnecessary headers. X-Git-Tag: 062012170305~11532 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbc4b88e7648723837b9e574caeac11144ce06b2;p=profile%2Fivi%2Fmesa.git gallivm: Remove unnecessary headers. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c b/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c index e8f4ab6..0a5038b 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c @@ -37,7 +37,6 @@ #include "util/u_format.h" #include "lp_bld_arit.h" -#include "lp_bld_init.h" #include "lp_bld_type.h" #include "lp_bld_const.h" #include "lp_bld_conv.h" diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.c b/src/gallium/auxiliary/gallivm/lp_bld_sample.c index 800d121..0fd014a 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.c @@ -40,7 +40,6 @@ #include "lp_bld_const.h" #include "lp_bld_arit.h" #include "lp_bld_type.h" -#include "lp_bld_format.h" #include "lp_bld_sample.h"