diff --git a/doc/Changelog b/doc/Changelog index 95669c3..7328a1d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -11,6 +11,9 @@ sysvinit (2.94) unreleased; urgency=low If halt is called without -p then the value of INIT_HALT is not set and the default action (often set in /etc/defaut/halt) is taken. + * Removed unnecessary malloc.h includes. Memory allocation + and freeing is now handled in stdlib.h + sysvinit (2.93) released; urgency=low diff --git a/src/bootlogd.c b/src/bootlogd.c index c8c06d6..2b32744 100644 --- a/src/bootlogd.c +++ b/src/bootlogd.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include diff --git a/src/last.c b/src/last.c index 9c15b39..5252015 100644 --- a/src/last.c +++ b/src/last.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include