From: Vinson Lee Date: Wed, 21 Apr 2010 01:48:04 +0000 (-0700) Subject: gallivm: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e258fc2bd6f2b9950606a0a92bb92c8959d9efd;p=mesa.git gallivm: Remove unnecessary headers. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c index 5cd5b93bdf6..f0525a42a7b 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c @@ -40,8 +40,6 @@ #include "lp_bld_init.h" #include "lp_bld_type.h" -#include "lp_bld_const.h" -#include "lp_bld_swizzle.h" #include "lp_bld_format.h" diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c index c7b20f42012..26b947b3b1c 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c @@ -34,7 +34,6 @@ #include "lp_bld_const.h" #include "lp_bld_conv.h" #include "lp_bld_sample.h" /* for lp_build_gather */ -#include "lp_bld_init.h" #include "lp_bld_format.h"