From: Paul Eggert Date: Fri, 6 Jul 2012 17:48:27 +0000 (-0700) Subject: timespec-sub: avoid duplicate include X-Git-Tag: v0.1~556 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=98a2286631bbe85f79c97449cbe91cd5f9bc8e66;p=gnulib.git timespec-sub: avoid duplicate include * lib/timespec-sub.c: Do not include twice. Reported by Juanma Barranquero. --- diff --git a/ChangeLog b/ChangeLog index 785f92f414..94b3a9d199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-06 Paul Eggert + + timespec-sub: avoid duplicate include + * lib/timespec-sub.c: Do not include twice. + Reported by Juanma Barranquero. + 2012-07-06 Akim Demaille bootstrap: use a more consistent error reporting scheme diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index 0b3bb1b57e..7c4c781b7f 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c @@ -21,7 +21,6 @@ overflow, return an extremal value. This assumes 0 <= tv_nsec <= 999999999. */ -#include #include #include "timespec.h"