Revise things that had included router.h before
commit4f0bc0c8f56f4179482c21bf3122b67ee2fe26d1
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Sep 2018 21:57:58 +0000 (25 17:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Sep 2018 21:57:58 +0000 (25 17:57 -0400)
tree9f3063311db1e31e5e457f2854ff03cbcee74623
parent3ff58e47d211d8649202c093f00934011effed1b
Revise things that had included router.h before

Make them only include the headers that they needed, and sort their
headers while we're at it.
34 files changed:
src/app/config/config.c
src/app/main/main.c
src/core/mainloop/connection.c
src/core/mainloop/mainloop.c
src/core/or/circuitbuild.c
src/core/or/circuituse.c
src/core/or/command.c
src/core/or/connection_edge.c
src/core/or/relay.c
src/feature/client/bridges.c
src/feature/client/entrynodes.c
src/feature/control/control.c
src/feature/control/fmt_serverstatus.c
src/feature/dirauth/process_descs.c
src/feature/dirauth/reachability.c
src/feature/dirclient/dirclient.c
src/feature/hs/hs_circuit.c
src/feature/hs/hs_client.c
src/feature/hs/hs_common.c
src/feature/hs/hs_service.c
src/feature/nodelist/describe.c
src/feature/nodelist/networkstatus.c
src/feature/nodelist/node_select.c
src/feature/nodelist/nodelist.c
src/feature/nodelist/routerlist.c
src/feature/nodelist/routerparse.c
src/feature/nodelist/routerset.c
src/feature/relay/dns.c
src/feature/relay/router.c
src/feature/relay/router.h
src/feature/relay/selftest.c
src/feature/rend/rendclient.c
src/feature/rend/rendservice.c
src/test/test_dir.c