]> 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)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 3 Jan 2024 04:22:15 +0000 (05:22 +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".

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"