mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
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:
parent
148fbf32a8
commit
42ba435fd1
4 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue