summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-01-04 09:53:45 +0100
committerMike Yuan <me@yhndnzj.com>2024-01-04 13:33:32 +0100
commitefc438d928608468d9eb8111e5f842b2880394c4 (patch)
tree052541452a870a03895d84fb09a32286def6504f
parentlogind: use FOREACH_ARRAY() where appropriate (diff)
downloadsystemd-efc438d928608468d9eb8111e5f842b2880394c4.tar.xz
systemd-efc438d928608468d9eb8111e5f842b2880394c4.zip
tpm2-generator: sort includes
-rw-r--r--src/tpm2-setup/tpm2-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tpm2-setup/tpm2-generator.c b/src/tpm2-setup/tpm2-generator.c
index 1ba8a7fc93..723b31898a 100644
--- a/src/tpm2-setup/tpm2-generator.c
+++ b/src/tpm2-setup/tpm2-generator.c
@@ -1,10 +1,10 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include "generator.h"
+#include "parse-util.h"
#include "proc-cmdline.h"
#include "special.h"
#include "tpm2-util.h"
-#include "parse-util.h"
/* A small generator that enqueues tpm2.target as synchronization point if the TPM2 device hasn't shown up
* yet, but the firmware reports it to exist. This is supposed to deal with systems where the TPM2 driver