* lib/timespec.h: Do not include verify.h; no longer needed. * modules/timespec (Depends-on): Remove ‘verify’. --- ChangeLog | 4 ++++ lib/timespec.h | 1 - modules/timespec | 1 - 3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index b922dca63..1f46cca66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-07-24 Paul Eggert <egg...@cs.ucla.edu> + timespec: remove dependence on ‘verify’ + * lib/timespec.h: Do not include verify.h; no longer needed. + * modules/timespec (Depends-on): Remove ‘verify’. + Optimize a few more three-valued comparisons * lib/timespec.h (timespec_cmp, timespec_sign): * lib/utimecmp.c (utimecmpat): diff --git a/lib/timespec.h b/lib/timespec.h index f88f1e47a..dc999f944 100644 --- a/lib/timespec.h +++ b/lib/timespec.h @@ -34,7 +34,6 @@ extern "C" { #endif #include "arg-nonnull.h" -#include "verify.h" /* Inverse resolution of timespec timestamps (in units per second), and log base 10 of the inverse resolution. */ diff --git a/modules/timespec b/modules/timespec index 956cfea22..6fac24c02 100644 --- a/modules/timespec +++ b/modules/timespec @@ -10,7 +10,6 @@ Depends-on: extern-inline snippet/arg-nonnull time -verify configure.ac: gl_TIMESPEC -- 2.25.4