From: Mike Yuan Date: Tue, 23 Apr 2024 10:38:34 +0000 (+0800) Subject: cryptenroll: sort includes X-Git-Tag: v256-rc1~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9099f23d463b6634f1b2269483e1a29a80fabb;p=thirdparty%2Fsystemd.git cryptenroll: sort includes Follow-up for 1df4b21abdb9e562805a7b006d179507182f845e --- 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"