aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorStefan Kangas2024-01-02 06:57:17 +0100
committerStefan Kangas2024-01-02 07:02:18 +0100
commit7c6e44e5ccb009a63da30fbc468c924dd383b521 (patch)
tree44fbb13ebd2442eee548096b2ae8621dba0e2b2d /src/alloc.c
parentce7a95711c0746eb7320ea18799b66599764c49a (diff)
downloademacs-7c6e44e5ccb009a63da30fbc468c924dd383b521.tar.gz
emacs-7c6e44e5ccb009a63da30fbc468c924dd383b521.zip
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.
Diffstat (limited to 'src/alloc.c')
-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/>. */
34#include "dispextern.h" 34#include "dispextern.h"
35#include "intervals.h" 35#include "intervals.h"
36#include "puresize.h" 36#include "puresize.h"
37#include "sheap.h"
38#include "sysstdio.h" 37#include "sysstdio.h"
39#include "systime.h" 38#include "systime.h"
40#include "character.h" 39#include "character.h"