From e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 24 Feb 2020 08:53:54 -0500 Subject: Move voting_schedule.[ch] to src/feature/dirauth/ --- src/test/test_voting_schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_voting_schedule.c') diff --git a/src/test/test_voting_schedule.c b/src/test/test_voting_schedule.c index 54d1815a77..843965568d 100644 --- a/src/test/test_voting_schedule.c +++ b/src/test/test_voting_schedule.c @@ -4,7 +4,7 @@ #include "orconfig.h" #include "core/or/or.h" -#include "feature/dircommon/voting_schedule.h" +#include "feature/dirauth/voting_schedule.h" #include "test/test.h" -- cgit v1.2.3-54-g00ecf