mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
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:
parent
2385ac06fc
commit
1ebe06f8f0
3 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "nir_xfb_info.h"
|
||||
#include "nir.h"
|
||||
|
||||
#include "util/u_dynarray.h"
|
||||
#include <util/u_math.h>
|
||||
|
|
|
|||
|
|
@ -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" {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue