diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-30 17:53:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 00:04:06 -0500 |
commit | 6785aa4010c141ab8792e41745acc2267ce46ca4 (patch) | |
tree | 2a90906e6aa7ba9114d4fc21d74aaf59c6a75bb8 /src/test/test_dir_common.h | |
parent | b058f64cc002b44e6dd48616ca3163a01c3f3e14 (diff) | |
download | tor-6785aa4010c141ab8792e41745acc2267ce46ca4.tar.gz tor-6785aa4010c141ab8792e41745acc2267ce46ca4.zip |
Move routerparse and parsecommon to their own module.
Diffstat (limited to 'src/test/test_dir_common.h')
-rw-r--r-- | src/test/test_dir_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir_common.h b/src/test/test_dir_common.h index 1e90228edb..9bcabc7bdf 100644 --- a/src/test/test_dir_common.h +++ b/src/test/test_dir_common.h @@ -5,7 +5,7 @@ #include "core/or/or.h" #include "feature/nodelist/networkstatus.h" -#include "feature/nodelist/routerparse.h" +#include "feature/dirparse/routerparse.h" #define TEST_DIR_ROUTER_ID_1 3 #define TEST_DIR_ROUTER_ID_2 5 |