Mesa (master): glsl: Remove unused include from builtin_variables.cpp

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


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

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

glsl: Remove unused include from builtin_variables.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/builtin_variables.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glsl/builtin_variables.cpp b/src/glsl/builtin_variables.cpp
index 9b35850..e22b083 100644
--- a/src/glsl/builtin_variables.cpp
+++ b/src/glsl/builtin_variables.cpp
@@ -26,7 +26,6 @@
 #include "glsl_symbol_table.h"
 #include "main/core.h"
 #include "main/uniforms.h"
-#include "program/prog_parameter.h"
 #include "program/prog_statevars.h"
 #include "program/prog_instruction.h"
 




More information about the mesa-commit mailing list