timespec-sub: avoid duplicate include
This commit is contained in:
parent
f247498ead
commit
a69ca79981
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
overflow, return an extremal value. This assumes 0 <= tv_nsec <=
|
||||
999999999. */
|
||||
|
||||
#include <config.h>
|
||||
#include <config.h>
|
||||
#include "timespec.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue