glsl: Remove unused includes in link_uniform_init.
[mesa.git] / src / glsl / link_uniform_initializers.cpp
index 2100e0517160e6a7c45df506113c78e39f4e5bf3..d755cec98c98f0ed63623589ae4d2d990601d1ad 100644 (file)
@@ -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