Module: Mesa Branch: master Commit: 80689ae6152751e59244e4689487d5c98d0419c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80689ae6152751e59244e4689487d5c98d0419c2
Author: Vinson Lee <[email protected]> Date: Wed May 26 11:13:23 2010 -0700 gallivm: Remove unnecessary headers. --- src/gallium/auxiliary/gallivm/lp_bld_arit.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.c b/src/gallium/auxiliary/gallivm/lp_bld_arit.c index 47aa9aa..d926b2d 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_arit.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.c @@ -54,12 +54,10 @@ #include "lp_bld_type.h" #include "lp_bld_const.h" #include "lp_bld_intr.h" -#include "lp_bld_init.h" /* for lp_build_engine */ #include "lp_bld_logic.h" #include "lp_bld_pack.h" #include "lp_bld_debug.h" #include "lp_bld_arit.h" -#include "lp_bld_printf.h" /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
