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.
This commit is contained in:
parent
ce7a95711c
commit
7c6e44e5cc
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue