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:

committed by
Timothy Arceri

parent
148fbf32a8
commit
42ba435fd1
@@ -25,7 +25,6 @@
|
||||
#include "ir.h"
|
||||
#include "ir_uniform.h"
|
||||
#include "linker.h"
|
||||
#include "program/hash_table.h"
|
||||
#include "main/macros.h"
|
||||
|
||||
namespace {
|
||||
|
@@ -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
|
||||
|
@@ -46,7 +46,6 @@
|
||||
|
||||
#include "compiler/glsl_types.h"
|
||||
#include "ir.h"
|
||||
#include "program/hash_table.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user