From a9e4057f1f49ab3d10a32d898b904c4ccfeeb41e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Jan 2024 15:21:35 +0100 Subject: [PATCH] creds-util: drop unnecessary include Follow-up for: e653a194e490fae7d166f40762c334006d592051 --- src/shared/creds-util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/creds-util.c b/src/shared/creds-util.c index 3514902c68b..0325f6e1293 100644 --- a/src/shared/creds-util.c +++ b/src/shared/creds-util.c @@ -28,7 +28,6 @@ #include "sparse-endian.h" #include "stat-util.h" #include "tpm2-util.h" -#include "virt.h" #define PUBLIC_KEY_MAX (UINT32_C(1024) * UINT32_C(1024)) -- 2.47.3