summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2014-06-10 00:57:33 +0200
committerMatt Turner <[email protected]>2014-06-10 13:05:51 -0700
commit5b83d5e2f91f5fbc8dc1b76cb9a49786c6702b0b (patch)
tree935ed4ac195bccfa38474918d127c2c3b251c9fa /src
parenteac09a4e1dafb5b6efc3a3b2d9dd82af4d244be3 (diff)
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]>
Diffstat (limited to 'src')
-rw-r--r--src/glsl/link_uniform_block_active_visitor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/link_uniform_block_active_visitor.h b/src/glsl/link_uniform_block_active_visitor.h
index d76dbcaf12b..524cd6b91d9 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 {