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: http://erislabs.org.uk/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 785f92f41..94b3a9d19 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 0b3bb1b57..7c4c781b7 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c @@ -22,7 +22,6 @@ 999999999. */ #include -#include #include "timespec.h" #include "intprops.h"