]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove spurious libevent include in sandbox.c
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2014 16:13:35 +0000 (12:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2014 16:13:35 +0000 (12:13 -0400)
src/common/sandbox.c

index 743d79ded7b9521f36dd177ff35514588347bfeb..4224e03e2b9c3d3eb4c4dbe4dca41d28d1cabc5c 100644 (file)
@@ -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>