diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-22 16:56:13 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-22 16:59:40 +0200 |
commit | 55539fc6bd772c4c0f80e0a2e17867294b91014d (patch) | |
tree | 95c6d1d5483f7688c23d9f8461b1985f3fbef547 /src | |
parent | a5153c5b0696b8398c4267f7d5755b53b1cfaa3e (diff) | |
download | coreutils-55539fc6bd772c4c0f80e0a2e17867294b91014d.tar.xz |
Don't include "getline.h".
That file has just been removed from gnulib;
its declarations are now in <stdio.h>.
* src/md5sum.c: Likewise.
* src/dircolors.c: Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 1 | ||||
-rw-r--r-- | src/dircolors.c | 1 | ||||
-rw-r--r-- | src/md5sum.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/date.c b/src/date.c index ec1be5de6..ba88eb83b 100644 --- a/src/date.c +++ b/src/date.c @@ -28,7 +28,6 @@ #include "argmatch.h" #include "error.h" #include "getdate.h" -#include "getline.h" #include "inttostr.h" #include "posixtm.h" #include "quote.h" diff --git a/src/dircolors.c b/src/dircolors.c index a348de20a..5a5bf6e80 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -25,7 +25,6 @@ #include "dircolors.h" #include "c-strcase.h" #include "error.h" -#include "getline.h" #include "obstack.h" #include "quote.h" #include "xstrndup.h" diff --git a/src/md5sum.c b/src/md5sum.c index 9eefb132f..28bde9909 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -35,7 +35,6 @@ #if HASH_ALGO_SHA512 || HASH_ALGO_SHA384 # include "sha512.h" #endif -#include "getline.h" #include "error.h" #include "stdio--.h" |