mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
gallium: Remove pb_buffer.h include from pb_slab.h
pb_slab.h don't make use of anything defined in pb_buffer.h. But removing it breaks Iris build because pb_buffer.h then includes util/format/u_formats.h that Iris was using but not including. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33558>
This commit is contained in:
parent
e0a9ec34e7
commit
0642708fe8
2 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,6 @@
|
|||
#ifndef PB_SLAB_H
|
||||
#define PB_SLAB_H
|
||||
|
||||
#include "pb_buffer.h"
|
||||
#include "util/simple_mtx.h"
|
||||
#include "util/list.h"
|
||||
#include "util/u_thread.h"
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "c11/threads.h"
|
||||
#include "common/intel_bind_timeline.h"
|
||||
#include "util/format/u_formats.h"
|
||||
#include "util/macros.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "util/u_dynarray.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue