mesa: Remove unused hash table includes
authorThomas Helland <thomashelland90@gmail.com>
Tue, 16 Aug 2016 20:10:14 +0000 (22:10 +0200)
committerTimothy Arceri <timothy.arceri@collabora.com>
Mon, 12 Sep 2016 00:48:35 +0000 (10:48 +1000)
This should prevent us from rebuilding the world.

Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/compiler/glsl/link_atomics.cpp
src/compiler/glsl/link_uniforms.cpp
src/compiler/glsl/lower_discard_flow.cpp
src/mesa/main/uniform_query.cpp

index b6b446f9006701f72ce3f834a0bc7d4174042a37..053e7a433e0f630ce2087608cee1e3f91658b55f 100644 (file)
@@ -25,7 +25,6 @@
 #include "ir.h"
 #include "ir_uniform.h"
 #include "linker.h"
-#include "program/hash_table.h"
 #include "main/macros.h"
 
 namespace {
index dbe808fd5328ab600eee4d03a7df8978764370e2..9f8adcc11544ba65b057f804f4f53fc17fb38d79 100644 (file)
@@ -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
index 9e3a7c055831e2dfe55de801f3373764a24d9c12..1a30afe7c18d89efbb405a6bd762dafd45e6b171 100644 (file)
@@ -46,7 +46,6 @@
 
 #include "compiler/glsl_types.h"
 #include "ir.h"
-#include "program/hash_table.h"
 
 namespace {
 
index 9caf5e1976650b37d081bbbbb71703c7631c5b98..db700df91e423f6bf2b5db33088b6806758246ef 100644 (file)
@@ -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"