From 54f59907f1e30aa9c6345295ee9a689468075802 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Wed, 21 Oct 2015 18:08:36 -0400 Subject: [PATCH] Further include-file cleanup * src/sheap.c: Include stdlib.h. * src/unexcw.c: Include string.h. --- src/sheap.c | 3 +-- src/unexcw.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sheap.c b/src/sheap.c index 106b2790367..df33353e69a 100644 --- a/src/sheap.c +++ b/src/sheap.c @@ -20,10 +20,9 @@ along with GNU Emacs. If not, see . */ #include #include - #include "lisp.h" - #include +#include /* for exit */ #ifdef ENABLE_CHECKING #define STATIC_HEAP_SIZE (28 * 1024 * 1024) diff --git a/src/unexcw.c b/src/unexcw.c index be8857878eb..9583598a1cd 100644 --- a/src/unexcw.c +++ b/src/unexcw.c @@ -21,7 +21,7 @@ along with GNU Emacs. If not, see . */ #include #include "unexec.h" #include "lisp.h" - +#include #include #include #include -- 2.39.2