From 3d9099f23d463b6634f1b2269483e1a29a80fabb Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Tue, 23 Apr 2024 18:38:34 +0800 Subject: [PATCH] cryptenroll: sort includes Follow-up for 1df4b21abdb9e562805a7b006d179507182f845e --- src/cryptenroll/cryptenroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c index e30cba9fd44..b37b59f047a 100644 --- a/src/cryptenroll/cryptenroll.c +++ b/src/cryptenroll/cryptenroll.c @@ -4,8 +4,8 @@ #include #include "ask-password-api.h" -#include "build.h" #include "blockdev-util.h" +#include "build.h" #include "cryptenroll-fido2.h" #include "cryptenroll-list.h" #include "cryptenroll-password.h" -- 2.47.3