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>
This commit is contained in:
Thomas Helland 2014-06-10 00:57:39 +02:00 committed by Matt Turner
parent b6e68fc9fb
commit 068d30655c

View 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.