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 */