diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 12:06:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 15:20:37 -0400 |
commit | 500826479aaf7d398f576fabbfdf34b17604f646 (patch) | |
tree | 7ff2846edd13a49592cccf01aff89bb6ea95543f /src/or/main.c | |
parent | 471104eaa5e7fbe1b5a32b8be388daae328abd4a (diff) | |
download | tor-500826479aaf7d398f576fabbfdf34b17604f646.tar.gz tor-500826479aaf7d398f576fabbfdf34b17604f646.zip |
Remove other needless includes include from or/*.h
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 6a5bf9ae01..19b30f725b 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -119,6 +119,7 @@ #include "lib/tls/tortls.h" #include "common/compat_libevent.h" #include "lib/encoding/confline.h" +#include "common/timers.h" #include <event2/event.h> |