From a69ca799814c682861c0736204f0f81e4366c06e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Jul 2012 10:53:26 -0700 Subject: [PATCH] timespec-sub: avoid duplicate include --- ChangeLog | 6 ++++++ lib/timespec-sub.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- 2.39.2