From: Richard M. Stallman Date: Fri, 3 Sep 1999 18:26:26 +0000 (+0000) Subject: Delete the system-independent include of stdlib.h X-Git-Tag: emacs-pretest-21.0.90~6921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=066d59b3d54ab4d2e1274841153f327c520fffab;p=emacs.git Delete the system-independent include of stdlib.h (leaving only the one in the WINDOWSNT conditional). --- diff --git a/src/callproc.c b/src/callproc.c index f135731bd4c..51a4f59e3c3 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -42,10 +42,6 @@ extern char *strerror (); #include #endif -#ifdef HAVE_STDLIB_H -#include -#endif - #ifdef WINDOWSNT #define NOMINMAX #include