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/workqueue.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/common/workqueue.c') diff --git a/src/common/workqueue.c b/src/common/workqueue.c index 7b030052cf..e5254396f9 100644 --- a/src/common/workqueue.c +++ b/src/common/workqueue.c @@ -24,17 +24,19 @@ */ #include "orconfig.h" -#include "common/compat.h" #include "common/compat_libevent.h" -#include "lib/thread/threads.h" -#include "lib/crypt_ops/crypto_rand.h" -#include "common/util.h" #include "common/workqueue.h" -#include "tor_queue.h" -#include "lib/net/alertsock.h" -#include "lib/log/torlog.h" + +#include "lib/crypt_ops/crypto_rand.h" #include "lib/intmath/weakrng.h" +#include "lib/log/ratelim.h" +#include "lib/log/torlog.h" +#include "lib/log/util_bug.h" +#include "lib/net/alertsock.h" +#include "lib/net/socket.h" +#include "lib/thread/threads.h" +#include "tor_queue.h" #include #include -- cgit v1.2.3-54-g00ecf