]> Savannah Git Hosting - gnulib.git/commitdiff
timespec-sub: avoid duplicate include
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 17:48:27 +0000 (10:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 17:48:27 +0000 (10:48 -0700)
* lib/timespec-sub.c: Do not include <config.h> twice.
Reported by Juanma Barranquero.

ChangeLog
lib/timespec-sub.c

index 785f92f414434fdb98c69f5e6038336dcb577a5b..94b3a9d1996d3e8b6d01671301c7150ccd32c2c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       timespec-sub: avoid duplicate include
+       * lib/timespec-sub.c: Do not include <config.h> twice.
+       Reported by Juanma Barranquero.
+
 2012-07-06  Akim Demaille  <akim@lrde.epita.fr>
 
        bootstrap: use a more consistent error reporting scheme
index 0b3bb1b57e19257957c55be87040f2fbe6afb6cb..7c4c781b7f633799bf80ed35fe42388c2e683331 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"