]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
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

index 783799343479190cec6a45f3f9e016b332ca5f86..3a6829dd27a56fc031ebc8845c101f62599b0de0 100644 (file)
@@ -36,7 +36,6 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #include <utimens.h>
 
 #include "lisp.h"
-#include "sheap.h"
 #include "sysselect.h"
 #include "blockinput.h"