commit f9e32a20843cca221f5d61688000a87fb2babaf8 Author: Nick Mathewson nickm@torproject.org Date: Tue Oct 3 09:59:37 2017 -0400
Remove an unnecessary event2 include.
The rest, are, unfortunately, necessary for now. --- src/or/channelpadding.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/or/channelpadding.c b/src/or/channelpadding.c index 5da3009e6..33b1cba35 100644 --- a/src/or/channelpadding.c +++ b/src/or/channelpadding.c @@ -20,7 +20,6 @@ #include "rephist.h" #include "router.h" #include "compat_time.h" -#include <event2/event.h> #include "rendservice.h"
STATIC int32_t channelpadding_get_netflow_inactive_timeout_ms(
tor-commits@lists.torproject.org