From 066d59b3d54ab4d2e1274841153f327c520fffab Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Sep 1999 18:26:26 +0000 Subject: [PATCH] Delete the system-independent include of stdlib.h (leaving only the one in the WINDOWSNT conditional). --- src/callproc.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5