summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-01-02 06:57:17 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-01-02 07:02:18 +0100
commit7c6e44e5ccb009a63da30fbc468c924dd383b521 (patch)
tree44fbb13ebd2442eee548096b2ae8621dba0e2b2d
parentce7a95711c0746eb7320ea18799b66599764c49a (diff)
downloademacs-7c6e44e5ccb009a63da30fbc468c924dd383b521.tar.gz
Don't include sheap.h from alloc.c
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.
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 7978bc925ae..3e29c61f1ff 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -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"