From 4169cad876265431769d0fcd849b49ff162a68d5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 13 Oct 2024 05:56:25 +0900 Subject: [PATCH] sha256: use memory-util-fundamental.h Prompted by https://github.com/systemd/systemd/pull/34722#discussion_r1797352922. --- src/fundamental/sha256-fundamental.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/fundamental/sha256-fundamental.c b/src/fundamental/sha256-fundamental.c index f8524bae692..03381835d6c 100644 --- a/src/fundamental/sha256-fundamental.c +++ b/src/fundamental/sha256-fundamental.c @@ -21,14 +21,8 @@ License along with the GNU C Library; if not, see . */ -#include -#if SD_BOOT -# include "efi-string.h" -#else -# include -#endif - #include "macro-fundamental.h" +#include "memory-util-fundamental.h" #include "sha256-fundamental.h" #include "unaligned-fundamental.h" -- 2.47.3