diff options
| author | Stefan Kangas | 2024-01-03 05:22:15 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-01-03 05:22:15 +0100 |
| commit | ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf (patch) | |
| tree | ca080aa2dee96905aab9797ae7597dfb5c252e5e | |
| parent | 5a1cd1bb98f74710d3b2a227755c5627a256dafb (diff) | |
| download | emacs-ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf.tar.gz emacs-ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf.zip | |
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.c | 1 |
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/>. */ | |||
| 36 | #include <utimens.h> | 36 | #include <utimens.h> |
| 37 | 37 | ||
| 38 | #include "lisp.h" | 38 | #include "lisp.h" |
| 39 | #include "sheap.h" | ||
| 40 | #include "sysselect.h" | 39 | #include "sysselect.h" |
| 41 | #include "blockinput.h" | 40 | #include "blockinput.h" |
| 42 | 41 | ||