From ef486e3c029efe8cb18886eea52f20af766f9daa Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jul 2018 16:34:59 -0400 Subject: Fix every include path changed in the previous commit (automated) I am very glad to have written this script. --- src/test/test_conscache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/test_conscache.c') diff --git a/src/test/test_conscache.c b/src/test/test_conscache.c index 3d3a50297b..b5cbd72515 100644 --- a/src/test/test_conscache.c +++ b/src/test/test_conscache.c @@ -1,9 +1,9 @@ /* Copyright (c) 2017-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#include "or/or.h" -#include "or/config.h" -#include "or/conscache.h" +#include "core/or/or.h" +#include "app/config/config.h" +#include "feature/dircache/conscache.h" #include "lib/encoding/confline.h" #include "test/test.h" -- cgit v1.2.3-54-g00ecf