diff options
| author | 2020-01-22 13:02:09 +0000 | |
|---|---|---|
| committer | 2020-01-22 13:02:09 +0000 | |
| commit | 985b3553f5781728a521e5360c18f492d56a3f9a (patch) | |
| tree | 6df954d18dc598cb88e043d2dfdbfa61d51a4c15 /usr.sbin/bind/lib/isc/timer.c | |
| parent | unifdef the last config.h bits (diff) | |
| download | wireguard-openbsd-985b3553f5781728a521e5360c18f492d56a3f9a.tar.xz wireguard-openbsd-985b3553f5781728a521e5360c18f492d56a3f9a.zip | |
config.h and platform.h are unused now
Diffstat (limited to 'usr.sbin/bind/lib/isc/timer.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/timer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/isc/timer.c b/usr.sbin/bind/lib/isc/timer.c index 9df569ed814..5f298395774 100644 --- a/usr.sbin/bind/lib/isc/timer.c +++ b/usr.sbin/bind/lib/isc/timer.c @@ -14,11 +14,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.14 2020/01/21 23:59:20 tedu Exp $ */ +/* $Id: timer.c,v 1.15 2020/01/22 13:02:10 florian Exp $ */ /*! \file */ -#include <config.h> + #include <stdlib.h> #include <isc/app.h> #include <isc/condition.h> @@ -28,7 +28,7 @@ #include <isc/msgs.h> #include <isc/once.h> -#include <isc/platform.h> + #include <isc/task.h> #include <isc/thread.h> |
