diff options
author | David Goulet <dgoulet@torproject.org> | 2018-05-01 11:10:58 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-05-01 11:43:23 -0400 |
commit | 711ff6cdf79c32921f587d389b6ac25630a39d80 (patch) | |
tree | b1f5b99c7a88fb4acca993b62463dcc700b81076 /src/or/dirserv.c | |
parent | 6452fe78c2c461f5534d1f03a799fc5f11073b5f (diff) | |
download | tor-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/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index f3a774018e..61383aa861 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -18,7 +18,6 @@ #include "control.h" #include "directory.h" #include "dirserv.h" -#include "dirvote_common.h" #include "hibernate.h" #include "keypin.h" #include "main.h" @@ -33,6 +32,7 @@ #include "routerparse.h" #include "routerset.h" #include "torcert.h" +#include "voting_schedule.h" #include "dirauth/dirvote.h" |