diff options
author | teor <teor@torproject.org> | 2019-11-26 09:10:32 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-20 09:53:31 +1000 |
commit | cd160291a755ac830855e3226e6c470a5b2ecede (patch) | |
tree | f37c2d5b98c2cf4a030cb2a4207629b29be23370 /src/test/test_circuitpadding.c | |
parent | d8b868e483109e32780ec8bfdcefdfbd8355c172 (diff) | |
download | tor-cd160291a755ac830855e3226e6c470a5b2ecede.tar.gz tor-cd160291a755ac830855e3226e6c470a5b2ecede.zip |
Code Style: Delete headers that are included twice
These changes were created using the "make autostyle" from
32522, and then split into commits.
Diffstat (limited to 'src/test/test_circuitpadding.c')
-rw-r--r-- | src/test/test_circuitpadding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_circuitpadding.c b/src/test/test_circuitpadding.c index 70e2081c55..78a019de84 100644 --- a/src/test/test_circuitpadding.c +++ b/src/test/test_circuitpadding.c @@ -27,7 +27,6 @@ #include "core/crypto/relay_crypto.h" #include "core/or/protover.h" #include "feature/nodelist/nodelist.h" -#include "lib/evloop/compat_libevent.h" #include "app/config/config.h" #include "feature/nodelist/routerstatus_st.h" |