From 64887de2afc800fdf93b1a011044920ce2b841bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timur=20Krist=C3=B3f?= Date: Thu, 6 Feb 2025 23:09:43 +0100 Subject: [PATCH] nak: Don't include full nir.h in nak.h Reviewed-by: Faith Ekstrand Part-of: --- src/nouveau/compiler/nak.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nouveau/compiler/nak.h b/src/nouveau/compiler/nak.h index 83f8571fb84..aad81fc265f 100644 --- a/src/nouveau/compiler/nak.h +++ b/src/nouveau/compiler/nak.h @@ -7,7 +7,7 @@ #define NAK_H #include "compiler/shader_enums.h" -#include "nir.h" +#include "nir_defines.h" #include #include @@ -20,7 +20,6 @@ extern "C" { #define NAK_SUBGROUP_SIZE 32 struct nak_compiler; -struct nir_shader_compiler_options; struct nv_device_info; struct nak_compiler *nak_compiler_create(const struct nv_device_info *dev);