From: Paul Eggert Date: Fri, 6 Jul 2012 17:53:26 +0000 (-0700) Subject: timespec-sub: avoid duplicate include X-Git-Tag: emacs-24.2.90~1199^2~171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a69ca799814c682861c0736204f0f81e4366c06e;p=emacs.git timespec-sub: avoid duplicate include --- diff --git a/ChangeLog b/ChangeLog index 22982e04eb1..359035e5800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-06 Paul Eggert + + Merge from gnulib, incorporating: + 2012-07-06 timespec-sub: avoid duplicate include + Reported by Juanma Barranquero. + 2012-07-06 Glenn Morris * make-dist [update]: Let autoreconf figure out what needs updating. diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index 0b3bb1b57e1..7c4c781b7f6 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"