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 785f92f..94b3a9d 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 0b3bb1b..7c4c781 100644 (file)
@@ -22,7 +22,6 @@
    999999999.  */
 
 #include <config.h>
-#include <config.h>
 #include "timespec.h"
 
 #include "intprops.h"