[Mesa-dev] [PATCH 10/11] glsl: Remove unused include in ir.cpp
thomashelland90 at gmail.com
thomashelland90 at gmail.com
Mon Jun 9 15:57:41 PDT 2014
From: Thomas Helland <thomashelland90 at gmail.com>
Found with IWYU. Compile-tested on my Ivy-bridge system.
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)
--
2.0.0
More information about the mesa-dev
mailing list