glsl: Remove unused includes in link_uniform_block_active_visitor.h
authorThomas Helland <thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:33 +0000 (00:57 +0200)
committerMatt Turner <mattst88@gmail.com>
Tue, 10 Jun 2014 20:05:51 +0000 (13:05 -0700)
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@amd.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
src/glsl/link_uniform_block_active_visitor.h

index d76dbcaf12b82555fa1c6a5d08fc6c3f74bd6e9e..524cd6b91d95a105a0e6762e638b7d5976a8f5b9 100644 (file)
@@ -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 {