mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 16:48:07 +02:00
util: Remove include "pipe/*.h" in src/util/* files
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19522>
This commit is contained in:
parent
4bdbf44cce
commit
518e21ab87
3 changed files with 2 additions and 10 deletions
|
|
@ -38,10 +38,6 @@
|
|||
#include "util/format/u_format_s3tc.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_screen.h"
|
||||
|
||||
|
||||
/**
|
||||
* Copy 2D rect from one place to another.
|
||||
* Position and sizes are in pixels.
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
|
||||
|
||||
#include "util/format/u_formats.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_debug.h"
|
||||
|
||||
#include "c99_compat.h"
|
||||
|
||||
union pipe_color_union;
|
||||
struct pipe_screen;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -33,8 +33,9 @@
|
|||
#define U_HASH_TABLE_H_
|
||||
|
||||
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/detect.h"
|
||||
#include "util/hash_table.h"
|
||||
#include "util/macros.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue