diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-30 23:51:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:46:00 -0500 |
commit | 2be35f4d61fb8d05007ce65d0421a2ef71c07eb4 (patch) | |
tree | 9ed208c8234917e4940c3989bcb88e291945bc0c /src/test/test_microdesc.c | |
parent | aff5bf5464172bbbe549e147ebd4ba809a8b252c (diff) | |
download | tor-2be35f4d61fb8d05007ce65d0421a2ef71c07eb4.tar.gz tor-2be35f4d61fb8d05007ce65d0421a2ef71c07eb4.zip |
Split microdescriptor parser into its own file.
Diffstat (limited to 'src/test/test_microdesc.c')
-rw-r--r-- | src/test/test_microdesc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/test_microdesc.c b/src/test/test_microdesc.c index bec8053f6e..8ede2690ec 100644 --- a/src/test/test_microdesc.c +++ b/src/test/test_microdesc.c @@ -4,13 +4,14 @@ #include "orconfig.h" #include "core/or/or.h" -#include "app/config/config.h" #define DIRVOTE_PRIVATE +#include "app/config/config.h" #include "feature/dirauth/dirvote.h" +#include "feature/dirparse/microdesc_parse.h" +#include "feature/dirparse/routerparse.h" #include "feature/nodelist/microdesc.h" #include "feature/nodelist/networkstatus.h" #include "feature/nodelist/routerlist.h" -#include "feature/dirparse/routerparse.h" #include "feature/nodelist/torcert.h" #include "feature/nodelist/microdesc_st.h" |