diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-20 11:07:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-20 11:07:50 -0400 |
commit | bd6007d8986d851bb9e76fc2d9a72143a03f04ac (patch) | |
tree | 1a5dfa33558d72188fa78006150b9d73e3819e4b /src/feature/nodelist/routerparse.c | |
parent | 1f377e910f89753f6e64a4f9ddc2ff9c35d1e341 (diff) | |
parent | b54a5e704ff4d3585bdd8459b83d4c522d070fba (diff) | |
download | tor-bd6007d8986d851bb9e76fc2d9a72143a03f04ac.tar.gz tor-bd6007d8986d851bb9e76fc2d9a72143a03f04ac.zip |
Merge branch 'split_routerlist_dirserv_v2'
Diffstat (limited to 'src/feature/nodelist/routerparse.c')
-rw-r--r-- | src/feature/nodelist/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/routerparse.c b/src/feature/nodelist/routerparse.c index b76b2974fa..a72cf98f56 100644 --- a/src/feature/nodelist/routerparse.c +++ b/src/feature/nodelist/routerparse.c @@ -61,7 +61,6 @@ #include "lib/crypt_ops/crypto_format.h" #include "lib/crypt_ops/crypto_util.h" #include "feature/dirauth/shared_random.h" -#include "feature/dircache/dirserv.h" #include "feature/client/entrynodes.h" #include "lib/memarea/memarea.h" #include "feature/nodelist/microdesc.h" @@ -75,6 +74,7 @@ #include "feature/relay/routerkeys.h" #include "feature/nodelist/routerlist.h" #include "feature/nodelist/routerparse.h" +#include "feature/nodelist/authcert.h" #include "lib/sandbox/sandbox.h" #include "feature/hs_common/shared_random_client.h" #include "feature/nodelist/torcert.h" |