]> code.delx.au - gnu-emacs/commitdiff
Delete the system-independent include of stdlib.h
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 1999 18:26:26 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 1999 18:26:26 +0000 (18:26 +0000)
(leaving only the one in the WINDOWSNT conditional).

src/callproc.c

index f135731bd4c8f906b621f69c9ce2ac6f09ef7300..51a4f59e3c3d413175411cd6fe27a9285eb7672e 100644 (file)
@@ -42,10 +42,6 @@ extern char *strerror ();
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
 #ifdef WINDOWSNT
 #define NOMINMAX
 #include <windows.h>