aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-17 12:13:35 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-17 12:13:35 -0400
commit9c3f7a6d356b8ca341653f8c4a6400d940e2eace (patch)
tree886fb83d08e46bfc5cc1b641a5852914884386c8
parent0175fcaf7c6284f8961e112fab80beb4257f0faf (diff)
downloadtor-9c3f7a6d356b8ca341653f8c4a6400d940e2eace.tar
tor-9c3f7a6d356b8ca341653f8c4a6400d940e2eace.tar.gz
Remove spurious libevent include in sandbox.c
-rw-r--r--src/common/sandbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 743d79ded..4224e03e2 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>