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/channel.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/channel.c')
-rw-r--r-- | src/or/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index ac1960ae03..981f9aecff 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -79,6 +79,7 @@ #include "lib/time/compat_time.h" #include "or/networkstatus.h" #include "or/rendservice.h" +#include "common/timers.h" #include "or/cell_queue_st.h" @@ -3477,4 +3478,3 @@ channel_update_bad_for_new_circs(const char *digest, int force) channel_rsa_id_group_set_badness(&(*iter)->channel_list, force); } } - |