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_dir_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/test_dir_common.h') diff --git a/src/test/test_dir_common.h b/src/test/test_dir_common.h index 7d5f55afe6..1e90228edb 100644 --- a/src/test/test_dir_common.h +++ b/src/test/test_dir_common.h @@ -3,9 +3,9 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#include "or/or.h" -#include "or/networkstatus.h" -#include "or/routerparse.h" +#include "core/or/or.h" +#include "feature/nodelist/networkstatus.h" +#include "feature/nodelist/routerparse.h" #define TEST_DIR_ROUTER_ID_1 3 #define TEST_DIR_ROUTER_ID_2 5 -- cgit v1.2.3-54-g00ecf