mesa: include <util/*.h> instead macros.h in texcompress_bptc_tmp.h

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19547>
This commit is contained in:
Yonggang Luo 2022-11-05 19:25:13 +08:00 committed by Marge Bot
parent f6ed016fe9
commit 0c12a39682

View file

@ -28,9 +28,10 @@
#ifndef TEXCOMPRESS_BPTC_TMP_H
#define TEXCOMPRESS_BPTC_TMP_H
#include "util/bitscan.h"
#include "util/format_srgb.h"
#include "util/half_float.h"
#include "macros.h"
#include "util/u_math.h"
#define BLOCK_SIZE 4
#define N_PARTITIONS 64