Mesa (master): util: remove unneeded includes

Keith Whitwell keithw at kemper.freedesktop.org
Thu Aug 13 13:28:54 UTC 2009


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Aug 13 13:42:42 2009 +0100

util: remove unneeded includes

---

 src/gallium/auxiliary/util/u_gen_mipmap.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_gen_mipmap.c b/src/gallium/auxiliary/util/u_gen_mipmap.c
index ca79748..edc3756 100644
--- a/src/gallium/auxiliary/util/u_gen_mipmap.c
+++ b/src/gallium/auxiliary/util/u_gen_mipmap.c
@@ -46,10 +46,6 @@
 #include "util/u_gen_mipmap.h"
 #include "util/u_simple_shaders.h"
 
-#include "tgsi/tgsi_build.h"
-#include "tgsi/tgsi_dump.h"
-#include "tgsi/tgsi_parse.h"
-
 #include "cso_cache/cso_context.h"
 
 




More information about the mesa-commit mailing list