diff options
| author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:08:03 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:08:03 +0000 |
| commit | f2ef8679014f9b5d56f260d7badcc498a64dbb85 (patch) | |
| tree | 2ccfb8ac8e9607a39cb571e50148356aa7748c97 /src/readlink.c | |
| parent | Don't include time.h; system.h already does it. (diff) | |
| download | coreutils-f2ef8679014f9b5d56f260d7badcc498a64dbb85.tar.gz coreutils-f2ef8679014f9b5d56f260d7badcc498a64dbb85.zip | |
Don't include stdlib.h, unistd.h, or limits.h; system.h already does it.
Diffstat (limited to 'src/readlink.c')
| -rw-r--r-- | src/readlink.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/readlink.c b/src/readlink.c index 6e38f0df1..9af6ae731 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -19,9 +19,6 @@ #include <config.h> #include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <limits.h> #include <getopt.h> #include <sys/types.h> |
