From: Stefan Kangas Date: Wed, 3 Jan 2024 04:22:15 +0000 (+0100) Subject: Don't include sheap.h in sysdep.c X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~3069 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf;p=emacs.git Don't include sheap.h in sysdep.c The symbol we used from sheap.h (bss_sbrk_did_unexec) was removed with the introduction of the portable dumper. * src/sysdep.c: Don't include "sheap.h". --- diff --git a/src/sysdep.c b/src/sysdep.c index 78379934347..3a6829dd27a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -36,7 +36,6 @@ along with GNU Emacs. If not, see . */ #include #include "lisp.h" -#include "sheap.h" #include "sysselect.h" #include "blockinput.h"