]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include sheap.h from alloc.c
authorStefan Kangas <stefankangas@gmail.com>
Tue, 2 Jan 2024 05:57:17 +0000 (06:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 08:50:52 +0000 (09:50 +0100)
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)

src/alloc.c

index 7978bc925ae1d4680792d3dadb453ef97716c9a8..3e29c61f1ffa256f7c19e23379cc4d7731d168bc 100644 (file)
@@ -34,7 +34,6 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #include "dispextern.h"
 #include "intervals.h"
 #include "puresize.h"
-#include "sheap.h"
 #include "sysstdio.h"
 #include "systime.h"
 #include "character.h"