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:
José Roberto de Souza 2025-02-04 09:53:18 -08:00 committed by Marge Bot
parent e0a9ec34e7
commit 0642708fe8
2 changed files with 1 additions and 1 deletions

View file

@ -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"

View file

@ -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"