]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptenroll: sort includes
authorMike Yuan <me@yhndnzj.com>
Tue, 23 Apr 2024 10:38:34 +0000 (18:38 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 23 Apr 2024 12:01:02 +0000 (20:01 +0800)
Follow-up for 1df4b21abdb9e562805a7b006d179507182f845e

src/cryptenroll/cryptenroll.c

index e30cba9fd44c0d9f2424a82c3f98cd09133b25c2..b37b59f047a4d85885d3c8bf8d044ff8892e9a98 100644 (file)
@@ -4,8 +4,8 @@
 #include <sys/mman.h>
 
 #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"