Mesa (master): mesa: Remove unused hash table includes

Timothy Arceri tarceri at kemper.freedesktop.org
Mon Sep 12 00:49:00 UTC 2016


Module: Mesa
Branch: master
Commit: 42ba435fd16c3372dbc47f6b52deb309a1873b25
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42ba435fd16c3372dbc47f6b52deb309a1873b25

Author: Thomas Helland <thomashelland90 at gmail.com>
Date:   Tue Aug 16 22:10:14 2016 +0200

mesa: Remove unused hash table includes

This should prevent us from rebuilding the world.

Signed-off-by: Thomas Helland <thomashelland90 at gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>

---

 src/compiler/glsl/link_atomics.cpp       | 1 -
 src/compiler/glsl/link_uniforms.cpp      | 1 -
 src/compiler/glsl/lower_discard_flow.cpp | 1 -
 src/mesa/main/uniform_query.cpp          | 1 -
 4 files changed, 4 deletions(-)

diff --git a/src/compiler/glsl/link_atomics.cpp b/src/compiler/glsl/link_atomics.cpp
index b6b446f..053e7a4 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 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
diff --git a/src/compiler/glsl/lower_discard_flow.cpp b/src/compiler/glsl/lower_discard_flow.cpp
index 9e3a7c0..1a30afe 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 9caf5e1..db700df 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"
 
 




More information about the mesa-commit mailing list