From: Yu Watanabe Date: Sat, 12 Oct 2024 20:56:25 +0000 (+0900) Subject: sha256: use memory-util-fundamental.h X-Git-Tag: v257-rc1~241^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4169cad876265431769d0fcd849b49ff162a68d5;p=thirdparty%2Fsystemd.git sha256: use memory-util-fundamental.h Prompted by https://github.com/systemd/systemd/pull/34722#discussion_r1797352922. --- 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"