aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuitstats.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/core/or/circuitstats.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/core/or/circuitstats.c')
-rw-r--r--src/core/or/circuitstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuitstats.c b/src/core/or/circuitstats.c
index 03eea1d779..7a7f3ca600 100644
--- a/src/core/or/circuitstats.c
+++ b/src/core/or/circuitstats.c
@@ -29,7 +29,7 @@
#include "core/or/circuitbuild.h"
#include "core/or/circuitstats.h"
#include "app/config/config.h"
-#include "app/config/confparse.h"
+#include "lib/confmgt/confparse.h"
#include "feature/control/control_events.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "core/mainloop/mainloop.h"