From: Paul Eggert Date: Fri, 24 Jul 2020 17:58:46 +0000 (-0700) Subject: timespec: remove dependence on ‘verify’ X-Git-Tag: v1.0~3867 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8462bd6d5cd0017997f39bf1dbfe46ba7e535e35;p=gnulib.git timespec: remove dependence on ‘verify’ * lib/timespec.h: Do not include verify.h; no longer needed. * modules/timespec (Depends-on): Remove ‘verify’. --- diff --git a/ChangeLog b/ChangeLog index b922dca639..1f46cca662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-07-24 Paul Eggert + 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 f88f1e47aa..dc999f944b 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 956cfea225..6fac24c022 100644 --- a/modules/timespec +++ b/modules/timespec @@ -10,7 +10,6 @@ Depends-on: extern-inline snippet/arg-nonnull time -verify configure.ac: gl_TIMESPEC