glsl: Remove unused include in expr.flatt.
authorThomas Helland <thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:42 +0000 (00:57 +0200)
committerMatt Turner <mattst88@gmail.com>
Tue, 10 Jun 2014 20:05:52 +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_expression_flattening.cpp

index c1cadb122bcefc701a7a34288d2149523d684c1e..0b1ada519a84a24c852f5d63792f1fbfa50531d4 100644 (file)
  */
 
 #include "ir.h"
-#include "ir_visitor.h"
 #include "ir_rvalue_visitor.h"
 #include "ir_expression_flattening.h"
-#include "glsl_types.h"
 
 class ir_expression_flattening_visitor : public ir_rvalue_visitor {
 public: