diff options
author | Thomas Helland <[email protected]> | 2016-08-16 22:10:14 +0200 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-09-12 10:48:35 +1000 |
commit | 42ba435fd16c3372dbc47f6b52deb309a1873b25 (patch) | |
tree | 3ab41cdcd412dfd2c38b05b162dbbb0b61d46698 /src | |
parent | 148fbf32a8ef5bab2c7ae34978f9fded91dc7d4d (diff) |
mesa: Remove unused hash table includes
This should prevent us from rebuilding the world.
Signed-off-by: Thomas Helland <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/compiler/glsl/link_atomics.cpp | 1 | ||||
-rw-r--r-- | src/compiler/glsl/link_uniforms.cpp | 1 | ||||
-rw-r--r-- | src/compiler/glsl/lower_discard_flow.cpp | 1 | ||||
-rw-r--r-- | src/mesa/main/uniform_query.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/compiler/glsl/link_atomics.cpp b/src/compiler/glsl/link_atomics.cpp index b6b446f9006..053e7a433e0 100644 --- a/src/compiler/glsl/link_atomics.cpp +++ b/src/compiler/glsl/link_atomics.cpp @@ -25,7 +25,6 @@ #include "ir.h" #include "ir_uniform.h" #include "linker.h" -#include "program/hash_table.h" #include "main/macros.h" namespace { 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 diff --git a/src/compiler/glsl/lower_discard_flow.cpp b/src/compiler/glsl/lower_discard_flow.cpp index 9e3a7c05583..1a30afe7c18 100644 --- a/src/compiler/glsl/lower_discard_flow.cpp +++ b/src/compiler/glsl/lower_discard_flow.cpp @@ -46,7 +46,6 @@ #include "compiler/glsl_types.h" #include "ir.h" -#include "program/hash_table.h" namespace { diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index 9caf5e19766..db700df91e4 100644 --- a/src/mesa/main/uniform_query.cpp +++ b/src/mesa/main/uniform_query.cpp @@ -35,7 +35,6 @@ #include "compiler/glsl/ir_uniform.h" #include "compiler/glsl/glsl_parser_extras.h" #include "compiler/glsl/program.h" -#include "program/hash_table.h" #include "util/bitscan.h" |