timespec-sub: avoid duplicate include
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 17:53:26 +0000 (10:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 17:53:26 +0000 (10:53 -0700)
ChangeLog
lib/timespec-sub.c

index 22982e0..359035e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-07-06 timespec-sub: avoid duplicate include
+       Reported by Juanma Barranquero.
+
 2012-07-06  Glenn Morris  <rgm@gnu.org>
 
        * make-dist [update]: Let autoreconf figure out what needs updating.
index 0b3bb1b..7c4c781 100644 (file)
@@ -21,7 +21,6 @@
    overflow, return an extremal value.  This assumes 0 <= tv_nsec <=
    999999999.  */
 
-#include <config.h>
 #include <config.h>
 #include "timespec.h"