diff options
Diffstat (limited to 'src/or/voting_schedule.c')
-rw-r--r-- | src/or/voting_schedule.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/or/voting_schedule.c b/src/or/voting_schedule.c index b53d88672c..6edde3f229 100644 --- a/src/or/voting_schedule.c +++ b/src/or/voting_schedule.c @@ -9,13 +9,13 @@ **/ #define VOTING_SCHEDULE_PRIVATE -#include "voting_schedule.h" +#include "or/voting_schedule.h" -#include "or.h" -#include "config.h" -#include "networkstatus.h" +#include "or/or.h" +#include "or/config.h" +#include "or/networkstatus.h" -#include "networkstatus_st.h" +#include "or/networkstatus_st.h" /* ===== * Vote scheduling |