aboutsummaryrefslogtreecommitdiff
path: root/src/common/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/timers.c')
-rw-r--r--src/common/timers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/timers.c b/src/common/timers.c
index 5d8d1feafd..2eb75a148b 100644
--- a/src/common/timers.c
+++ b/src/common/timers.c
@@ -38,11 +38,7 @@
#include "torlog.h"
#include "util.h"
-#ifdef HAVE_EVENT2_EVENT_H
#include <event2/event.h>
-#else
-#include <event.h>
-#endif
struct timeout_cb {
timer_cb_fn_t cb;