nir: #include "util/macros.h" for BITFIELD64_MASK in nir.c

There is no neeed #include "main/menums.h" in nir.c,
as it's belongs to gallium code

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24462>
This commit is contained in:
Yonggang Luo 2023-06-05 04:20:38 +08:00 committed by Marge Bot
parent ee1039877c
commit 73b639ec5c

View file

@ -30,14 +30,13 @@
#include <limits.h>
#include <math.h>
#include "util/half_float.h"
#include "util/macros.h"
#include "util/u_math.h"
#include "util/u_qsort.h"
#include "nir_builder.h"
#include "nir_control_flow_private.h"
#include "nir_worklist.h"
#include "main/menums.h" /* BITFIELD64_MASK */
#ifndef NDEBUG
uint32_t nir_debug = 0;
bool nir_debug_print_shader[MESA_SHADER_KERNEL + 1] = { 0 };