From: Mike Yuan Date: Thu, 4 Jan 2024 08:53:45 +0000 (+0800) Subject: tpm2-generator: sort includes X-Git-Tag: v256-rc1~1316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc438d928608468d9eb8111e5f842b2880394c4;p=thirdparty%2Fsystemd.git tpm2-generator: sort includes --- diff --git a/src/tpm2-setup/tpm2-generator.c b/src/tpm2-setup/tpm2-generator.c index 1ba8a7fc93b..723b31898a9 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