Mesa (master): glsl: Remove unused include in ir.cpp

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 10 20:08:08 UTC 2014


Module: Mesa
Branch: master
Commit: 10e00611c2ab35acc25dcad1bcd5a43c7f6b1a64
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=10e00611c2ab35acc25dcad1bcd5a43c7f6b1a64

Author: Thomas Helland <thomashelland90 at gmail.com>
Date:   Tue Jun 10 00:57:41 2014 +0200

glsl: Remove unused include in ir.cpp

Found with IWYU. Compile-tested on my Ivy-bridge system.

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
Signed-off-by: Thomas Helland <thomashelland90 at gmail.com>

---

 src/glsl/ir.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glsl/ir.cpp b/src/glsl/ir.cpp
index 8fed768..10c0006 100644
--- a/src/glsl/ir.cpp
+++ b/src/glsl/ir.cpp
@@ -23,7 +23,6 @@
 #include <string.h>
 #include "main/core.h" /* for MAX2 */
 #include "ir.h"
-#include "ir_visitor.h"
 #include "glsl_types.h"
 
 ir_rvalue::ir_rvalue(enum ir_node_type t)




More information about the mesa-commit mailing list