]> git.eshelyaron.com Git - emacs.git/commit
Don't include sheap.h in sysdep.c
authorStefan Kangas <stefankangas@gmail.com>
Wed, 3 Jan 2024 04:22:15 +0000 (05:22 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Jan 2024 14:41:20 +0000 (15:41 +0100)
commitf46e7806e959d0116fa95360af1c8eb31b8ec07f
treeb8526a2023b24bb920d345adf4b5e4e350139513
parent9c0879379a45030e7b3df42e37b65930040d1f88
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)
src/sysdep.c