summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-01-03 05:22:15 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-01-03 05:22:15 +0100
commitef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf (patch)
treeca080aa2dee96905aab9797ae7597dfb5c252e5e
parent5a1cd1bb98f74710d3b2a227755c5627a256dafb (diff)
downloademacs-ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf.tar.gz
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".
-rw-r--r--src/sysdep.c1
1 files changed, 0 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. */
#include <utimens.h>
#include "lisp.h"
-#include "sheap.h"
#include "sysselect.h"
#include "blockinput.h"