From 42ba435fd16c3372dbc47f6b52deb309a1873b25 Mon Sep 17 00:00:00 2001 From: Thomas Helland Date: Tue, 16 Aug 2016 22:10:14 +0200 Subject: mesa: Remove unused hash table includes This should prevent us from rebuilding the world. Signed-off-by: Thomas Helland Reviewed-by: Timothy Arceri --- src/compiler/glsl/link_uniforms.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/glsl/link_uniforms.cpp') diff --git a/src/compiler/glsl/link_uniforms.cpp b/src/compiler/glsl/link_uniforms.cpp index dbe808fd532..9f8adcc1154 100644 --- a/src/compiler/glsl/link_uniforms.cpp +++ b/src/compiler/glsl/link_uniforms.cpp @@ -28,7 +28,6 @@ #include "glsl_symbol_table.h" #include "program/hash_table.h" #include "program.h" -#include "util/hash_table.h" /** * \file link_uniforms.cpp -- cgit v1.2.3