From: Stefan Kangas Date: Tue, 2 Jan 2024 05:57:17 +0000 (+0100) Subject: Don't include sheap.h from alloc.c X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=243fef243d1cdb7cd81ee54ac2db70fd9af850eb;p=emacs.git Don't include sheap.h from alloc.c The symbol we used from sheap.h (bss_sbrk_did_unexec) was removed with the introduction of the portable dumper. * src/alloc.c: Don't include sheap.h. (cherry picked from commit 7c6e44e5ccb009a63da30fbc468c924dd383b521) --- diff --git a/src/alloc.c b/src/alloc.c index 7978bc925ae..3e29c61f1ff 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -34,7 +34,6 @@ along with GNU Emacs. If not, see . */ #include "dispextern.h" #include "intervals.h" #include "puresize.h" -#include "sheap.h" #include "sysstdio.h" #include "systime.h" #include "character.h"