Mesa (master): glsl: Remove unused includes in link_uniform_block_active_visitor.h

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 10 20:08:07 UTC 2014


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

Author: Thomas Helland <thomashelland90 at gmail.com>
Date:   Tue Jun 10 00:57:33 2014 +0200

glsl: Remove unused includes in link_uniform_block_active_visitor.h

Found with IWYU, compile-tested on my Ivy-bridge system.
This is not used in the header, and is included in the source.

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
Signed-off-by: Thomas Helland <thomashelland90 at gmail.com>

---

 src/glsl/link_uniform_block_active_visitor.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/glsl/link_uniform_block_active_visitor.h b/src/glsl/link_uniform_block_active_visitor.h
index d76dbca..524cd6b 100644
--- a/src/glsl/link_uniform_block_active_visitor.h
+++ b/src/glsl/link_uniform_block_active_visitor.h
@@ -26,8 +26,6 @@
 #define LINK_UNIFORM_BLOCK_ACTIVE_VISITOR_H
 
 #include "ir.h"
-#include "ir_visitor.h"
-#include "glsl_types.h"
 #include "main/hash_table.h"
 
 struct link_uniform_block_active {




More information about the mesa-commit mailing list