[tor-commits] [tor/master] Remove spurious libevent include in sandbox.c

nickm at torproject.org nickm at torproject.org
Thu Apr 17 16:13:43 UTC 2014


commit 9c3f7a6d356b8ca341653f8c4a6400d940e2eace
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Apr 17 12:13:35 2014 -0400

    Remove spurious libevent include in sandbox.c
---
 src/common/sandbox.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 743d79d..4224e03 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -47,7 +47,6 @@
 #include <sys/prctl.h>
 #include <linux/futex.h>
 #include <bits/signum.h>
-#include <event2/event.h>
 
 #include <stdarg.h>
 #include <seccomp.h>



More information about the tor-commits mailing list