Browse Source

Remove spurious libevent include in sandbox.c

Nick Mathewson 11 years ago
parent
commit
9c3f7a6d35
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/common/sandbox.c

+ 0 - 1
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>