timespec-sub: avoid duplicate include

This commit is contained in:
Paul Eggert 2012-07-06 10:53:26 -07:00
parent f247498ead
commit a69ca79981
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
2012-07-06 timespec-sub: avoid duplicate include
Reported by Juanma Barranquero.
2012-07-06 Glenn Morris <rgm@gnu.org>
* make-dist [update]: Let autoreconf figure out what needs updating.

View 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"