diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-11 10:17:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-11 10:17:20 -0400 |
commit | a90d1918af5d2b6c6e6dd2c0797f8a63d4042bfa (patch) | |
tree | 716e18b1642020d1bfbc7272354bbe70852f7a39 /src/test/test_confmgr.c | |
parent | 87ca9e4d2ad16a12d09a8aa37109bc1b16cb126b (diff) | |
download | tor-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_confmgr.c')
-rw-r--r-- | src/test/test_confmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_confmgr.c b/src/test/test_confmgr.c index 5f73d9754b..d5c73b48e4 100644 --- a/src/test/test_confmgr.c +++ b/src/test/test_confmgr.c @@ -13,7 +13,7 @@ #include "core/or/or.h" #include "lib/encoding/confline.h" -#include "app/config/confparse.h" +#include "lib/confmgt/confparse.h" #include "test/test.h" #include "test/log_test_helpers.h" |