From 7c6e44e5ccb009a63da30fbc468c924dd383b521 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 2 Jan 2024 06:57:17 +0100 Subject: [PATCH] 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. --- src/alloc.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5