From 82ba730994a0794586bfd1d895490de43d18d6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Wed, 22 Oct 2025 16:55:32 +0200 Subject: [PATCH] aco/scheduler: remove unused include Part-of: --- src/amd/compiler/aco_scheduler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/compiler/aco_scheduler.cpp b/src/amd/compiler/aco_scheduler.cpp index e4816917997..14ecbe77b37 100644 --- a/src/amd/compiler/aco_scheduler.cpp +++ b/src/amd/compiler/aco_scheduler.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: MIT */ -#include "aco_builder.h" #include "aco_ir.h" #include "common/amdgfxregs.h"