summaryrefslogtreecommitdiff
path: root/src/or/dirauth/shared_random.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-05-01 11:10:58 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-05-01 11:43:23 -0400
commit711ff6cdf79c32921f587d389b6ac25630a39d80 (patch)
treeb1f5b99c7a88fb4acca993b62463dcc700b81076 /src/or/dirauth/shared_random.c
parent6452fe78c2c461f5534d1f03a799fc5f11073b5f (diff)
downloadtor-711ff6cdf79c32921f587d389b6ac25630a39d80.tar.gz
tor-711ff6cdf79c32921f587d389b6ac25630a39d80.zip
Rename dirvote_common.{c|h} to voting_schedule.{c|h}
No code behavior change. Part of #25988 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/dirauth/shared_random.c')
-rw-r--r--src/or/dirauth/shared_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirauth/shared_random.c b/src/or/dirauth/shared_random.c
index 7e49204159..fcf134aa42 100644
--- a/src/or/dirauth/shared_random.c
+++ b/src/or/dirauth/shared_random.c
@@ -91,7 +91,6 @@
#include "shared_random.h"
#include "config.h"
#include "confparse.h"
-#include "dirvote_common.h"
#include "networkstatus.h"
#include "routerkeys.h"
#include "router.h"
@@ -99,6 +98,7 @@
#include "shared_random_state.h"
#include "shared_random_common.h"
#include "util.h"
+#include "voting_schedule.h"
#include "dirauth/dirvote.h"