commit 9c3f7a6d356b8ca341653f8c4a6400d940e2eace Author: Nick Mathewson nickm@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>
tor-commits@lists.torproject.org