From a90d1918af5d2b6c6e6dd2c0797f8a63d4042bfa Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 11 Sep 2019 10:17:20 -0400 Subject: Update #includes to point to confparse.h in its new location. This commit was automatically generated by running scripts/maint/rectify_include_paths.py . --- src/test/test_entryconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_entryconn.c') diff --git a/src/test/test_entryconn.c b/src/test/test_entryconn.c index fc7c5d5800..8f2d507743 100644 --- a/src/test/test_entryconn.c +++ b/src/test/test_entryconn.c @@ -11,7 +11,7 @@ #include "feature/client/addressmap.h" #include "app/config/config.h" -#include "app/config/confparse.h" +#include "lib/confmgt/confparse.h" #include "core/mainloop/connection.h" #include "core/or/connection_edge.h" #include "feature/nodelist/nodelist.h" -- cgit v1.2.3-54-g00ecf