summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Helland <thomashelland90@gmail.com>2014-06-10 00:57:39 +0200
committerMatt Turner <mattst88@gmail.com>2014-06-10 13:05:51 -0700
commit068d30655cdb14264278e5d3e8b453954520d2c5 (patch)
tree21ec64374b4856561fcfd232505badbc3db5774d
parentb6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9 (diff)
glsl: Remove unused include from ir_basic_block.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system. Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
-rw-r--r--src/glsl/ir_basic_block.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/ir_basic_block.cpp b/src/glsl/ir_basic_block.cpp
index 426fda2f202..74ee4b69622 100644
--- a/src/glsl/ir_basic_block.cpp
+++ b/src/glsl/ir_basic_block.cpp
@@ -28,9 +28,7 @@
*/
#include "ir.h"
-#include "ir_visitor.h"
#include "ir_basic_block.h"
-#include "glsl_types.h"
/**
* Calls a user function for every basic block in the instruction stream.