ChangeLog | 6 ++++++ lib/timespec-sub.c | 1 - 2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 785f92f..94b3a9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-06 Paul Eggert <egg...@cs.ucla.edu> + + timespec-sub: avoid duplicate include + * lib/timespec-sub.c: Do not include <config.h> twice. + Reported by Juanma Barranquero. + 2012-07-06 Akim Demaille <a...@lrde.epita.fr> bootstrap: use a more consistent error reporting scheme diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index 0b3bb1b..7c4c781 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c @@ -22,7 +22,6 @@ 999999999. */ #include <config.h> -#include <config.h> #include "timespec.h" #include "intprops.h"