projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43231af
)
Don't include stdlib.h here. It's already included via system.h.
author
Jim Meyering
<jim@meyering.net>
Mon, 30 Sep 2002 21:20:08 +0000
(21:20 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 30 Sep 2002 21:20:08 +0000
(21:20 +0000)
src/csplit.c
patch
|
blob
|
history
diff --git
a/src/csplit.c
b/src/csplit.c
index 2ee32a3e6f9469c59a1a240f6897c55bc3590904..2b8649e0b5f83f5b0657af64ab767fccc2063566 100644
(file)
--- 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