glsl: Remove unused includes in link_uniform_init.
authorThomas Helland <thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:32 +0000 (00:57 +0200)
committerMatt Turner <mattst88@gmail.com>
Tue, 10 Jun 2014 20:05:51 +0000 (13:05 -0700)
commiteac09a4e1dafb5b6efc3a3b2d9dd82af4d244be3
tree3d41d8af8199099a42bff568b1abcc51ed7c013c
parent4787c25a604fbbebaf7777655e0134e39bbb0a06
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 <thomas.stellard@amd.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
src/glsl/link_uniform_initializers.cpp