Mesa (master): gallivm: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 3 08:05:17 UTC 2010


Module: Mesa
Branch: master
Commit: fbc4b88e7648723837b9e574caeac11144ce06b2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbc4b88e7648723837b9e574caeac11144ce06b2

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul  3 01:04:50 2010 -0700

gallivm: Remove unnecessary headers.

---

 src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c |    1 -
 src/gallium/auxiliary/gallivm/lp_bld_sample.c     |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

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"
 
 




More information about the mesa-commit mailing list