From 567935122642a9f6251bbb5d67878ad2121e0859 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 23 Aug 2000 16:26:39 +0000 Subject: Include unconditionally, to be consistent with all the other programs in this directory. --- src/tsort.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tsort.c') diff --git a/src/tsort.c b/src/tsort.c index b03e012a5..be0be95d3 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 -- cgit v1.2.3-54-g00ecf