summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/md5sum.c4
-rw-r--r--src/tsort.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index da994f18d..86d16c5d4 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -18,9 +18,7 @@
/* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <getopt.h>
#include <stdio.h>
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 <config.h>
-#endif
+#include <config.h>
#include <stdio.h>
#include <assert.h>