diff options
author | Thomas Helland <[email protected]> | 2014-06-10 00:57:35 +0200 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-06-10 13:05:51 -0700 |
commit | 22f5a0b2774391cd2a2ac4d2e110bfdfffe0fa98 (patch) | |
tree | 5b58f2105fe1f95ebcc0012a7246101e9eba320b /src/glsl/builtin_variables.cpp | |
parent | 6f385d93715a1685024d18df3944b560e5d38d00 (diff) |
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]>
Diffstat (limited to 'src/glsl/builtin_variables.cpp')
-rw-r--r-- | src/glsl/builtin_variables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/builtin_variables.cpp b/src/glsl/builtin_variables.cpp index 9b35850ee9e..e22b08349b3 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" |