diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-17 12:13:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-17 12:13:35 -0400 |
commit | 9c3f7a6d356b8ca341653f8c4a6400d940e2eace (patch) | |
tree | 886fb83d08e46bfc5cc1b641a5852914884386c8 /src | |
parent | 0175fcaf7c6284f8961e112fab80beb4257f0faf (diff) | |
download | tor-9c3f7a6d356b8ca341653f8c4a6400d940e2eace.tar tor-9c3f7a6d356b8ca341653f8c4a6400d940e2eace.tar.gz |
Remove spurious libevent include in sandbox.c
Diffstat (limited to 'src')
-rw-r--r-- | src/common/sandbox.c | 1 |
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> |