bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] timespec-sub: avoid duplicate include


From: Paul Eggert
Subject: [PATCH] timespec-sub: avoid duplicate include
Date: Fri, 06 Jul 2012 10:49:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

 ChangeLog          |    6 ++++++
 lib/timespec-sub.c |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 785f92f..94b3a9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-06  Paul Eggert  <address@hidden>
+
+       timespec-sub: avoid duplicate include
+       * lib/timespec-sub.c: Do not include <config.h> twice.
+       Reported by Juanma Barranquero.
+
 2012-07-06  Akim Demaille  <address@hidden>
 
        bootstrap: use a more consistent error reporting scheme
diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c
index 0b3bb1b..7c4c781 100644
--- 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]