From: Ken Brown Date: Wed, 21 Oct 2015 22:08:36 +0000 (-0400) Subject: Further include-file cleanup X-Git-Tag: emacs-25.0.90~1067 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54f59907f1e30aa9c6345295ee9a689468075802;p=emacs.git Further include-file cleanup * src/sheap.c: Include stdlib.h. * src/unexcw.c: Include string.h. --- 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