diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-24 08:53:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-24 10:00:51 -0500 |
commit | e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06 (patch) | |
tree | 6c51e22a807c490fbdab04caf1703da6d2551001 /src/feature/dirauth/shared_random_state.c | |
parent | c9bd3579f7e77076eb3543cc5875ed8f9a0d689a (diff) | |
download | tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.tar.gz tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.zip |
Move voting_schedule.[ch] to src/feature/dirauth/
Diffstat (limited to 'src/feature/dirauth/shared_random_state.c')
-rw-r--r-- | src/feature/dirauth/shared_random_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/shared_random_state.c b/src/feature/dirauth/shared_random_state.c index 1792d540c6..a61a1cd841 100644 --- a/src/feature/dirauth/shared_random_state.c +++ b/src/feature/dirauth/shared_random_state.c @@ -20,7 +20,7 @@ #include "feature/dirauth/shared_random.h" #include "feature/hs_common/shared_random_client.h" #include "feature/dirauth/shared_random_state.h" -#include "feature/dircommon/voting_schedule.h" +#include "feature/dirauth/voting_schedule.h" #include "lib/encoding/confline.h" #include "lib/version/torversion.h" |