aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/networkstatus.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/feature/nodelist/networkstatus.c
parentc9bd3579f7e77076eb3543cc5875ed8f9a0d689a (diff)
downloadtor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.tar.gz
tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.zip
Move voting_schedule.[ch] to src/feature/dirauth/
Diffstat (limited to 'src/feature/nodelist/networkstatus.c')
-rw-r--r--src/feature/nodelist/networkstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c
index cc4b8e1c34..d7864fa38a 100644
--- a/src/feature/nodelist/networkstatus.c
+++ b/src/feature/nodelist/networkstatus.c
@@ -66,7 +66,7 @@
#include "feature/dirclient/dirclient_modes.h"
#include "feature/dirclient/dlstatus.h"
#include "feature/dircommon/directory.h"
-#include "feature/dircommon/voting_schedule.h"
+#include "feature/dirauth/voting_schedule.h"
#include "feature/dirparse/ns_parse.h"
#include "feature/hibernate/hibernate.h"
#include "feature/hs/hs_dos.h"