glsl: Remove unused include in ast_to_hir.cpp
authorThomas Helland <thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:34 +0000 (00:57 +0200)
committerMatt Turner <mattst88@gmail.com>
Tue, 10 Jun 2014 20:05:51 +0000 (13:05 -0700)
commit6f385d93715a1685024d18df3944b560e5d38d00
treee13ccbded7b11d02b9a68381ae79a04a0d97030a
parent5b83d5e2f91f5fbc8dc1b76cb9a49786c6702b0b
glsl: Remove unused include in ast_to_hir.cpp

Found with IWYU. Comment says it's for struct gl_extensions.
Grepping for gl_extensions shows no uses.
Tested by compiling on my Ivy-bridge system.

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/ast_to_hir.cpp