diff options
author | Thomas Helland <[email protected]> | 2014-06-10 00:57:39 +0200 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-06-10 13:05:51 -0700 |
commit | 068d30655cdb14264278e5d3e8b453954520d2c5 (patch) | |
tree | 21ec64374b4856561fcfd232505badbc3db5774d /src | |
parent | b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9 (diff) |
glsl: Remove unused include from ir_basic_block.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system.
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/ir_basic_block.cpp | 2 |
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. |