glsl: Remove unused include from ir_basic_block.cpp
authorThomas Helland <thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:39 +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.

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/ir_basic_block.cpp

index 426fda2f20276e372ec473924ec69ae5f920c32c..74ee4b69622ea0e59cf5f52e766c5070b706c0fd 100644 (file)
@@ -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.