aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_descriptor.c
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/hs/hs_descriptor.c
parentb058f64cc002b44e6dd48616ca3163a01c3f3e14 (diff)
downloadtor-6785aa4010c141ab8792e41745acc2267ce46ca4.tar.gz
tor-6785aa4010c141ab8792e41745acc2267ce46ca4.zip
Move routerparse and parsecommon to their own module.
Diffstat (limited to 'src/feature/hs/hs_descriptor.c')
-rw-r--r--src/feature/hs/hs_descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_descriptor.c b/src/feature/hs/hs_descriptor.c
index b9a0c0ef1f..8515314b38 100644
--- a/src/feature/hs/hs_descriptor.c
+++ b/src/feature/hs/hs_descriptor.c
@@ -61,7 +61,7 @@
#include "core/or/circuitbuild.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
-#include "feature/nodelist/parsecommon.h"
+#include "feature/dirparse/parsecommon.h"
#include "feature/rend/rendcache.h"
#include "feature/hs/hs_cache.h"
#include "feature/hs/hs_config.h"