Module: Mesa Branch: master Commit: 22f5a0b2774391cd2a2ac4d2e110bfdfffe0fa98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22f5a0b2774391cd2a2ac4d2e110bfdfffe0fa98
Author: Thomas Helland <[email protected]> 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 <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Thomas Helland <[email protected]> --- 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
