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_pt.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_pt.c')
-rw-r--r-- | src/test/test_pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_pt.c b/src/test/test_pt.c index 362c6664db..8f3ce03c42 100644 --- a/src/test/test_pt.c +++ b/src/test/test_pt.c @@ -11,7 +11,7 @@ #define PROCESS_PRIVATE #include "core/or/or.h" #include "app/config/config.h" -#include "app/config/confparse.h" +#include "lib/confmgt/confparse.h" #include "feature/control/control.h" #include "feature/control/control_events.h" #include "feature/client/transports.h" |