summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-30 21:20:08 +0000
committerJim Meyering <jim@meyering.net>2002-09-30 21:20:08 +0000
commit1ea132506899aaa75ab7d24a2cf78c818fbdf95a (patch)
tree2e9b6cb2e3335c6ad05413e8db16ab301f66668c
parent43231af57726130d7c5b39f2ac49d8a7651d65e0 (diff)
downloadcoreutils-1ea132506899aaa75ab7d24a2cf78c818fbdf95a.tar.xz
Don't include stdlib.h here. It's already included via system.h.
-rw-r--r--src/csplit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/csplit.c b/src/csplit.c
index 2ee32a3e6..2b8649e0b 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -40,10 +40,6 @@
#define AUTHORS N_ ("Stuart Kemp and David MacKenzie")
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-#endif
-
#ifndef TRUE
# define FALSE 0
# define TRUE 1