aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-30 17:53:58 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 00:04:06 -0500
commit6785aa4010c141ab8792e41745acc2267ce46ca4 (patch)
tree2a90906e6aa7ba9114d4fc21d74aaf59c6a75bb8 /src/feature/client
parentb058f64cc002b44e6dd48616ca3163a01c3f3e14 (diff)
downloadtor-6785aa4010c141ab8792e41745acc2267ce46ca4.tar.gz
tor-6785aa4010c141ab8792e41745acc2267ce46ca4.zip
Move routerparse and parsecommon to their own module.
Diffstat (limited to 'src/feature/client')
-rw-r--r--src/feature/client/entrynodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/client/entrynodes.c b/src/feature/client/entrynodes.c
index 8ad16af6d6..230b517158 100644
--- a/src/feature/client/entrynodes.c
+++ b/src/feature/client/entrynodes.c
@@ -130,13 +130,13 @@
#include "feature/client/transports.h"
#include "feature/control/control.h"
#include "feature/dircommon/directory.h"
+#include "feature/dirparse/routerparse.h"
#include "feature/nodelist/describe.h"
#include "feature/nodelist/microdesc.h"
#include "feature/nodelist/networkstatus.h"
#include "feature/nodelist/nickname.h"
-#include "feature/nodelist/node_select.h"
#include "feature/nodelist/nodelist.h"
-#include "feature/nodelist/routerparse.h"
+#include "feature/nodelist/node_select.h"
#include "feature/nodelist/routerset.h"
#include "feature/relay/router.h"
#include "lib/crypt_ops/crypto_rand.h"