]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include "getline.h".
authorJim Meyering <jim@meyering.net>
Wed, 22 Aug 2007 14:56:13 +0000 (16:56 +0200)
committerJim Meyering <jim@meyering.net>
Wed, 22 Aug 2007 14:59:40 +0000 (16:59 +0200)
That file has just been removed from gnulib;
its declarations are now in <stdio.h>.
* src/md5sum.c: Likewise.
* src/dircolors.c: Likewise.

ChangeLog
src/date.c
src/dircolors.c
src/md5sum.c

index 0b8ad06d04a31b4d2f66a1f42c49f87d78744bbf..a142eff770324ed442cdadcd30402de2d3fe9ff1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-08-22  Jim Meyering  <jim@meyering.net>
 
+       * src/date.c: Don't include "getline.h", now removed from gnulib;
+       its declarations are now in <stdio.h>.
+       * src/md5sum.c: Likewise.
+       * src/dircolors.c: Likewise.
+
        * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.
 
 2007-08-21  Jim Meyering  <jim@meyering.net>
index ec1be5de6d702aaf6f2c3c5b3497efc434cd8682..ba88eb83be91128d69f38af036636e1c3ad54244 100644 (file)
@@ -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"
index a348de20a6ca2f8c0c4cadba4e22ceee0f415bb9..5a5bf6e80b5d137c2fd56e7d70cd327c0639295c 100644 (file)
@@ -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"
index 9eefb132f7b08dadaa11bdee6211e80a60ccdcbe..28bde99097b0e10a6a57f281878cbf4a8d5dbbe8 100644 (file)
@@ -35,7 +35,6 @@
 #if HASH_ALGO_SHA512 || HASH_ALGO_SHA384
 # include "sha512.h"
 #endif
-#include "getline.h"
 #include "error.h"
 #include "stdio--.h"