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/app | |
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/app')
-rw-r--r-- | src/app/main/main.c | 1 | ||||
-rw-r--r-- | src/app/main/shutdown.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 6029ed3d2d..4275a98bd0 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -67,7 +67,6 @@ #include "lib/osinfo/uname.h" #include "lib/sandbox/sandbox.h" #include "lib/fs/lockfile.h" -#include "lib/net/resolve.h" #include "lib/tls/tortls.h" #include "lib/evloop/compat_libevent.h" #include "lib/encoding/confline.h" diff --git a/src/app/main/shutdown.c b/src/app/main/shutdown.c index cc07b921c3..df273b960b 100644 --- a/src/app/main/shutdown.c +++ b/src/app/main/shutdown.c @@ -43,7 +43,6 @@ #include "feature/nodelist/networkstatus.h" #include "feature/nodelist/nodelist.h" #include "feature/nodelist/routerlist.h" -#include "feature/nodelist/routerlist.h" #include "feature/relay/ext_orport.h" #include "feature/relay/relay_config.h" #include "feature/rend/rendcache.h" |