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>
This commit is contained in:
Thomas Helland
2016-08-16 22:10:14 +02:00
committed by Timothy Arceri
parent 148fbf32a8
commit 42ba435fd1
4 changed files with 0 additions and 4 deletions

View File

@@ -25,7 +25,6 @@
#include "ir.h" #include "ir.h"
#include "ir_uniform.h" #include "ir_uniform.h"
#include "linker.h" #include "linker.h"
#include "program/hash_table.h"
#include "main/macros.h" #include "main/macros.h"
namespace { namespace {

View File

@@ -28,7 +28,6 @@
#include "glsl_symbol_table.h" #include "glsl_symbol_table.h"
#include "program/hash_table.h" #include "program/hash_table.h"
#include "program.h" #include "program.h"
#include "util/hash_table.h"
/** /**
* \file link_uniforms.cpp * \file link_uniforms.cpp

View File

@@ -46,7 +46,6 @@
#include "compiler/glsl_types.h" #include "compiler/glsl_types.h"
#include "ir.h" #include "ir.h"
#include "program/hash_table.h"
namespace { namespace {

View File

@@ -35,7 +35,6 @@
#include "compiler/glsl/ir_uniform.h" #include "compiler/glsl/ir_uniform.h"
#include "compiler/glsl/glsl_parser_extras.h" #include "compiler/glsl/glsl_parser_extras.h"
#include "compiler/glsl/program.h" #include "compiler/glsl/program.h"
#include "program/hash_table.h"
#include "util/bitscan.h" #include "util/bitscan.h"