diff options
| author | Richard M. Stallman | 1999-09-03 18:26:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-09-03 18:26:26 +0000 |
| commit | 066d59b3d54ab4d2e1274841153f327c520fffab (patch) | |
| tree | 28df113c6ab64301dddc2f73807bdd568348ed5b /src | |
| parent | 29c42596c4542c9b61167926dcb9a0412bc52ce1 (diff) | |
| download | emacs-066d59b3d54ab4d2e1274841153f327c520fffab.tar.gz emacs-066d59b3d54ab4d2e1274841153f327c520fffab.zip | |
Delete the system-independent include of stdlib.h
(leaving only the one in the WINDOWSNT conditional).
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 0 insertions, 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 (); | |||
| 42 | #include <fcntl.h> | 42 | #include <fcntl.h> |
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
| 45 | #ifdef HAVE_STDLIB_H | ||
| 46 | #include <stdlib.h> | ||
| 47 | #endif | ||
| 48 | |||
| 49 | #ifdef WINDOWSNT | 45 | #ifdef WINDOWSNT |
| 50 | #define NOMINMAX | 46 | #define NOMINMAX |
| 51 | #include <windows.h> | 47 | #include <windows.h> |