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

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33439>
This commit is contained in:
Timur Kristóf 2025-02-06 23:09:43 +01:00
parent 5fd809b195
commit 64887de2af

View file

@ -7,7 +7,7 @@
#define NAK_H
#include "compiler/shader_enums.h"
#include "nir.h"
#include "nir_defines.h"
#include <assert.h>
#include <stdbool.h>
@ -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);