aco: Don't include nir.h in aco_interface.h anymore.

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Acked-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 11:58:41 +01:00
parent 91c28f67e6
commit 147e17e999
3 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@
#include "util/memstream.h"
#include "ac_gpu_info.h"
#include "nir.h"
#include <array>
#include <iostream>
#include <vector>

View file

@ -10,7 +10,7 @@
#include "aco_shader_info.h"
#include "ac_shader_debug_info.h"
#include "nir.h"
#include "nir_defines.h"
#include "amd_family.h"
#ifdef __cplusplus

View file

@ -26,6 +26,7 @@
#include "si_pipe.h"
#include "ac_hw_stage.h"
#include "aco_interface.h"
#include "nir.h"
static void
si_aco_compiler_debug(void *private_data, enum aco_compiler_debug_level level,