From ee72df1c7b449232b513cf11fc377d724331632e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Jul 2020 18:16:19 +0200 Subject: [PATCH] firstboot: move --image= logic into common code That way we can reuse it in tmpfiles/sysusers/journalctl and so on. --- src/firstboot/firstboot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index d56de0bb259..e4c7a2d3744 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -23,7 +23,6 @@ #include "memory-util.h" #include "mkdir.h" #include "mount-util.h" -#include "namespace-util.h" #include "os-util.h" #include "parse-util.h" #include "path-util.h" -- 2.47.3