From: Thomas Helland Date: Mon, 9 Jun 2014 22:57:32 +0000 (+0200) Subject: glsl: Remove unused includes in link_uniform_init. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eac09a4e1dafb5b6efc3a3b2d9dd82af4d244be3;p=mesa.git glsl: Remove unused includes in link_uniform_init. Found with IWYU, confirmed with grepping for "hash" and "symbol". No negative effects on compilation. IWYU also reported core.h and linker.h could be removed, but I'm unsure if those are false positives. Reviewed-by: Tom Stellard Reviewed-by: Matt Turner Signed-off-by: Thomas Helland --- diff --git a/src/glsl/link_uniform_initializers.cpp b/src/glsl/link_uniform_initializers.cpp index 2100e051716..d755cec98c9 100644 --- a/src/glsl/link_uniform_initializers.cpp +++ b/src/glsl/link_uniform_initializers.cpp @@ -25,8 +25,6 @@ #include "ir.h" #include "linker.h" #include "ir_uniform.h" -#include "glsl_symbol_table.h" -#include "program/hash_table.h" /* These functions are put in a "private" namespace instead of being marked * static so that the unit tests can access them. See