diff options
author | Vinson Lee <vlee@vmware.com> | 2010-09-14 00:42:20 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-09-14 00:42:20 -0700 |
commit | 1c6992b873df6de36f7b8d203fc9d993fcebab9d (patch) | |
tree | 39a473d49d0ad730614140bd10977fb4da4a21cb | |
parent | aeb83928fdc09d9310df0f94aaddf87d9635dc7e (diff) |
gallivm: Remove unnecessary header.
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c index 9d13007c7a..d5f963be58 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" |