diff src/callproc.c @ 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 824b89fca192
children c675d8210bda
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>