aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-07-06 10:53:26 -0700
committerPaul Eggert2012-07-06 10:53:26 -0700
commita69ca799814c682861c0736204f0f81e4366c06e (patch)
tree91f82ab2d825c285150f4ae27b91e2d6f6dd9a01
parentf247498ead8b1898decf47537d59965340d6cebd (diff)
downloademacs-a69ca799814c682861c0736204f0f81e4366c06e.tar.gz
emacs-a69ca799814c682861c0736204f0f81e4366c06e.zip
timespec-sub: avoid duplicate include
-rw-r--r--ChangeLog6
-rw-r--r--lib/timespec-sub.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22982e04eb1..359035e5800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2012-07-06 timespec-sub: avoid duplicate include
5 Reported by Juanma Barranquero.
6
12012-07-06 Glenn Morris <rgm@gnu.org> 72012-07-06 Glenn Morris <rgm@gnu.org>
2 8
3 * make-dist [update]: Let autoreconf figure out what needs updating. 9 * make-dist [update]: Let autoreconf figure out what needs updating.
diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c
index 0b3bb1b57e1..7c4c781b7f6 100644
--- a/lib/timespec-sub.c
+++ b/lib/timespec-sub.c
@@ -22,7 +22,6 @@
22 999999999. */ 22 999999999. */
23 23
24#include <config.h> 24#include <config.h>
25#include <config.h>
26#include "timespec.h" 25#include "timespec.h"
27 26
28#include "intprops.h" 27#include "intprops.h"