Просмотр исходного кода

Remove spurious libevent include in sandbox.c

Nick Mathewson 12 лет назад
Родитель
Сommit
9c3f7a6d35
1 измененных файлов с 0 добавлено и 1 удалено
  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>