From: Stefan Kangas Date: Wed, 3 Jan 2024 04:22:15 +0000 (+0100) Subject: Don't include sheap.h in sysdep.c X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f46e7806e959d0116fa95360af1c8eb31b8ec07f;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". (cherry picked from commit ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf) --- 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"