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

Author: Thomas Helland <[email protected]>
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Thomas Helland <[email protected]>

---

 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 {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to