changeset 25521:8aec1d72cac4

Delete the system-independent include of stdlib.h (leaving only the one in the WINDOWSNT conditional).
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Sep 1999 18:26:26 +0000
parents e4c237a5a833
children c675d8210bda
files src/callproc.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Fri Sep 03 18:15:24 1999 +0000
+++ b/src/callproc.c	Fri Sep 03 18:26:26 1999 +0000
@@ -42,10 +42,6 @@
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
 #ifdef WINDOWSNT
 #define NOMINMAX
 #include <windows.h>