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/test/test_channelpadding.c | |
parent | 471104eaa5e7fbe1b5a32b8be388daae328abd4a (diff) | |
download | tor-500826479aaf7d398f576fabbfdf34b17604f646.tar.gz tor-500826479aaf7d398f576fabbfdf34b17604f646.zip |
Remove other needless includes include from or/*.h
Diffstat (limited to 'src/test/test_channelpadding.c')
-rw-r--r-- | src/test/test_channelpadding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_channelpadding.c b/src/test/test_channelpadding.c index ec29c1d30a..7e0c33f63b 100644 --- a/src/test/test_channelpadding.c +++ b/src/test/test_channelpadding.c @@ -20,6 +20,8 @@ #include "or/networkstatus.h" #include "test/log_test_helpers.h" #include "lib/tls/tortls.h" +#include "common/timers.h" +#include "lib/container/buffers.h" #include "or/cell_st.h" #include "or/networkstatus_st.h" |