[tor-commits] [tor/master] Remove an unnecessary event2 include.

nickm at torproject.org nickm at torproject.org
Fri Apr 6 12:51:50 UTC 2018


commit f9e32a20843cca221f5d61688000a87fb2babaf8
Author: Nick Mathewson <nickm at 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(





More information about the tor-commits mailing list