aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_confparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-11 10:17:20 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-11 10:17:20 -0400
commita90d1918af5d2b6c6e6dd2c0797f8a63d4042bfa (patch)
tree716e18b1642020d1bfbc7272354bbe70852f7a39 /src/test/test_confparse.c
parent87ca9e4d2ad16a12d09a8aa37109bc1b16cb126b (diff)
downloadtor-a90d1918af5d2b6c6e6dd2c0797f8a63d4042bfa.tar.gz
tor-a90d1918af5d2b6c6e6dd2c0797f8a63d4042bfa.zip
Update #includes to point to confparse.h in its new location.
This commit was automatically generated by running scripts/maint/rectify_include_paths.py .
Diffstat (limited to 'src/test/test_confparse.c')
-rw-r--r--src/test/test_confparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_confparse.c b/src/test/test_confparse.c
index bd2b5cdf1b..d929d1e361 100644
--- a/src/test/test_confparse.c
+++ b/src/test/test_confparse.c
@@ -14,7 +14,7 @@
#include "core/or/or.h"
#include "lib/encoding/confline.h"
#include "feature/nodelist/routerset.h"
-#include "app/config/confparse.h"
+#include "lib/confmgt/confparse.h"
#include "test/test.h"
#include "test/log_test_helpers.h"