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/feature/dirauth/keypin.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/feature/dirauth/keypin.c')
-rw-r--r-- | src/feature/dirauth/keypin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/dirauth/keypin.c b/src/feature/dirauth/keypin.c index 3ca2c3ef91..991b7be037 100644 --- a/src/feature/dirauth/keypin.c +++ b/src/feature/dirauth/keypin.c @@ -15,8 +15,6 @@ #include "lib/cc/torint.h" #include "lib/crypt_ops/crypto_digest.h" #include "lib/crypt_ops/crypto_format.h" -#include "lib/crypt_ops/crypto_format.h" -#include "lib/ctime/di_ops.h" #include "lib/ctime/di_ops.h" #include "lib/encoding/binascii.h" #include "lib/encoding/time_fmt.h" |