From 4212a135e1c092a16fc1c4d783495e44d48bbaf9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 29 Jun 2018 11:35:49 -0400 Subject: Remove util.h and compat.h includes from src/common --- src/common/timers.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/common/timers.c') diff --git a/src/common/timers.c b/src/common/timers.c index 72562f4cf5..57b7d7265d 100644 --- a/src/common/timers.c +++ b/src/common/timers.c @@ -31,11 +31,13 @@ #define TOR_TIMERS_PRIVATE -#include "common/compat.h" #include "common/compat_libevent.h" #include "common/timers.h" +#include "lib/intmath/muldiv.h" #include "lib/log/torlog.h" -#include "common/util.h" +#include "lib/log/util_bug.h" +#include "lib/malloc/util_malloc.h" +#include "lib/time/compat_time.h" struct timeout_cb { timer_cb_fn_t cb; @@ -315,4 +317,3 @@ timer_disable(tor_timer_t *t) /* We don't reschedule the libevent timer here, since it's okay if it fires * early. */ } - -- cgit v1.2.3-54-g00ecf