aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_shared_random.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_shared_random.c
parentc9bd3579f7e77076eb3543cc5875ed8f9a0d689a (diff)
downloadtor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.tar.gz
tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.zip
Move voting_schedule.[ch] to src/feature/dirauth/
Diffstat (limited to 'src/test/test_shared_random.c')
-rw-r--r--src/test/test_shared_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c
index f2accb2376..e849fbcabf 100644
--- a/src/test/test_shared_random.c
+++ b/src/test/test_shared_random.c
@@ -21,7 +21,7 @@
#include "feature/nodelist/dirlist.h"
#include "feature/dirparse/authcert_parse.h"
#include "feature/hs_common/shared_random_client.h"
-#include "feature/dircommon/voting_schedule.h"
+#include "feature/dirauth/voting_schedule.h"
#include "feature/dirclient/dir_server_st.h"
#include "feature/nodelist/networkstatus_st.h"