aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_routerset.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-01 11:08:09 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 11:17:19 -0500
commit35db3f8162f132cec7afc148eda8f7482dbeeb76 (patch)
tree7c00b06286d5c75f5ab5d854a201031c7e7a0f9a /src/test/test_routerset.c
parent95e2eb9083d2cd9c79c3f4151850c86cbeaf4cc4 (diff)
downloadtor-35db3f8162f132cec7afc148eda8f7482dbeeb76.tar.gz
tor-35db3f8162f132cec7afc148eda8f7482dbeeb76.zip
Extract addr-policy parsing code.
Diffstat (limited to 'src/test/test_routerset.c')
-rw-r--r--src/test/test_routerset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test_routerset.c b/src/test/test_routerset.c
index 56abce162c..a08adff466 100644
--- a/src/test/test_routerset.c
+++ b/src/test/test_routerset.c
@@ -4,11 +4,11 @@
#define ROUTERSET_PRIVATE
#include "core/or/or.h"
-#include "lib/geoip/geoip.h"
-#include "feature/nodelist/routerset.h"
-#include "feature/dirparse/routerparse.h"
#include "core/or/policies.h"
+#include "feature/dirparse/policy_parse.h"
#include "feature/nodelist/nodelist.h"
+#include "feature/nodelist/routerset.h"
+#include "lib/geoip/geoip.h"
#include "core/or/addr_policy_st.h"
#include "core/or/extend_info_st.h"