aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2016-08-16 22:10:14 +0200
committerTimothy Arceri <[email protected]>2016-09-12 10:48:35 +1000
commit42ba435fd16c3372dbc47f6b52deb309a1873b25 (patch)
tree3ab41cdcd412dfd2c38b05b162dbbb0b61d46698 /src/mesa/main
parent148fbf32a8ef5bab2c7ae34978f9fded91dc7d4d (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/mesa/main')
-rw-r--r--src/mesa/main/uniform_query.cpp1
1 files changed, 0 insertions, 1 deletions
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"