glsl: remove unrequired forward declaration

This was added in 2548092ad8 although I don't see why as it
was already in the linker.h header.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Timothy Arceri 2016-01-30 10:50:12 +11:00
parent 9dd6a4ea79
commit 6235b69134

View file

@ -82,8 +82,6 @@
#include "main/enums.h"
void linker_error(gl_shader_program *, const char *, ...);
namespace {
/**