summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_uniforms.cpp
diff options
context:
space:
mode:
authorThomas Helland <thomashelland90@gmail.com>2016-08-16 22:10:14 +0200
committerTimothy Arceri <timothy.arceri@collabora.com>2016-09-12 10:48:35 +1000
commit42ba435fd16c3372dbc47f6b52deb309a1873b25 (patch)
tree3ab41cdcd412dfd2c38b05b162dbbb0b61d46698 /src/compiler/glsl/link_uniforms.cpp
parent148fbf32a8ef5bab2c7ae34978f9fded91dc7d4d (diff)
downloadexternal_mesa3d-42ba435fd16c3372dbc47f6b52deb309a1873b25.zip
external_mesa3d-42ba435fd16c3372dbc47f6b52deb309a1873b25.tar.gz
external_mesa3d-42ba435fd16c3372dbc47f6b52deb309a1873b25.tar.bz2
mesa: Remove unused hash table includes
This should prevent us from rebuilding the world. Signed-off-by: Thomas Helland <thomashelland90@gmail.com> Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Diffstat (limited to 'src/compiler/glsl/link_uniforms.cpp')
-rw-r--r--src/compiler/glsl/link_uniforms.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/glsl/link_uniforms.cpp b/src/compiler/glsl/link_uniforms.cpp
index dbe808f..9f8adcc 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