changeset 16972:91ee28d54f81

timespec-sub: avoid duplicate include * lib/timespec-sub.c: Do not include <config.h> twice. Reported by Juanma Barranquero.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 Jul 2012 10:48:27 -0700
parents 76dee4804e7e
children 25f8f6627e1e
files ChangeLog lib/timespec-sub.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/timespec-sub.c
+++ b/lib/timespec-sub.c
@@ -22,7 +22,6 @@
    999999999.  */
 
 #include <config.h>
-#include <config.h>
 #include "timespec.h"
 
 #include "intprops.h"