asahi: drop #includes

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30382>
This commit is contained in:
Alyssa Rosenzweig
2024-07-17 13:58:55 -04:00
committed by Marge Bot
parent 21fa5faeec
commit bdbd81ea40

View File

@@ -3,16 +3,11 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
#include "asahi/compiler/agx_compile.h"
#include "compiler/nir/nir_builder.h" #include "compiler/nir/nir_builder.h"
#include "shaders/geometry.h" #include "shaders/geometry.h"
#include "util/compiler.h"
#include "agx_nir_lower_gs.h" #include "agx_nir_lower_gs.h"
#include "libagx_shaders.h" #include "libagx_shaders.h"
#include "nir.h" #include "nir.h"
#include "nir_builder_opcodes.h"
#include "nir_intrinsics.h"
#include "shader_enums.h"
/* /*
* This file implements basic input assembly in software. It runs on software * This file implements basic input assembly in software. It runs on software