1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

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".
This commit is contained in:
Stefan Kangas 2024-01-03 05:22:15 +01:00
parent 5a1cd1bb98
commit ef71ff4c7e

View 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"