aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_voting_schedule.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-24 08:53:54 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-24 10:00:51 -0500
commite1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06 (patch)
tree6c51e22a807c490fbdab04caf1703da6d2551001 /src/test/test_voting_schedule.c
parentc9bd3579f7e77076eb3543cc5875ed8f9a0d689a (diff)
downloadtor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.tar.gz
tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.zip
Move voting_schedule.[ch] to src/feature/dirauth/
Diffstat (limited to 'src/test/test_voting_schedule.c')
-rw-r--r--src/test/test_voting_schedule.c2
1 files changed, 1 insertions, 1 deletions
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"