From: Jim Meyering Date: Wed, 23 Aug 2000 16:26:39 +0000 (+0000) Subject: Include unconditionally, to be consistent X-Git-Tag: FILEUTILS-4_0z~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=567935122642a9f6251bbb5d67878ad2121e0859;p=thirdparty%2Fcoreutils.git Include unconditionally, to be consistent with all the other programs in this directory. --- diff --git a/src/md5sum.c b/src/md5sum.c index da994f18d3..86d16c5d4c 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -18,9 +18,7 @@ /* Written by Ulrich Drepper . */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include #include diff --git a/src/tsort.c b/src/tsort.c index b03e012a59..be0be95d3c 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -21,9 +21,7 @@ sort) in Donald E. Knuth, The Art of Computer Programming, Volume 1/Fundamental Algorithms, page 262. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include #include