nir: Don't include full nir.h in nir_xfb_info.h

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33439>
This commit is contained in:
Timur Kristóf 2025-02-06 21:43:15 +01:00
parent 2385ac06fc
commit 1ebe06f8f0
3 changed files with 5 additions and 1 deletions

View file

@ -22,6 +22,7 @@
*/
#include "nir_xfb_info.h"
#include "nir.h"
#include "util/u_dynarray.h"
#include <util/u_math.h>

View file

@ -24,7 +24,9 @@
#ifndef NIR_XFB_INFO_H
#define NIR_XFB_INFO_H
#include "nir.h"
#include "nir_defines.h"
#include <stddef.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {

View file

@ -25,6 +25,7 @@
#include "vk_nir.h"
#include "compiler/nir/nir_xfb_info.h"
#include "compiler/nir/nir.h"
#include "compiler/spirv/nir_spirv.h"
#include "vk_device.h"
#include "vk_log.h"