From: Yu Watanabe Date: Thu, 3 Nov 2022 00:16:43 +0000 (+0900) Subject: reboot-util: drop redundant headers X-Git-Tag: v253-rc1~601^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f33bfddeb7ee8b626a1c0698ba65c52a6541980;p=thirdparty%2Fsystemd.git reboot-util: drop redundant headers Follow-up for ede5a78f50ed2d5f86dc7a117de2a51b397d52d4. --- diff --git a/src/shared/reboot-util.c b/src/shared/reboot-util.c index e761bc25a4a..10d49ba63a0 100644 --- a/src/shared/reboot-util.c +++ b/src/shared/reboot-util.c @@ -1,11 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #include -#include -#include #include -#include -#include #include #include #include @@ -22,7 +18,6 @@ #include "fd-util.h" #include "fileio.h" #include "log.h" -#include "memory-util.h" #include "proc-cmdline.h" #include "raw-reboot.h" #include "reboot-util.h"