From bec61b72b1da2e8a49f4cc70e7dd643baca7e021 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 9 Jan 2024 20:52:00 -0400 Subject: [PATCH] agx: clang-fmt Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_register_allocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asahi/compiler/agx_register_allocate.c b/src/asahi/compiler/agx_register_allocate.c index 3f8944fcf29..c3812d43817 100644 --- a/src/asahi/compiler/agx_register_allocate.c +++ b/src/asahi/compiler/agx_register_allocate.c @@ -4,11 +4,11 @@ */ #include "util/u_dynarray.h" +#include "util/u_qsort.h" #include "agx_builder.h" #include "agx_compiler.h" #include "agx_debug.h" #include "agx_opcodes.h" -#include "util/u_qsort.h" /* SSA-based register allocator */