summaryrefslogtreecommitdiff
path: root/src/or/dirauth
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirauth')
-rw-r--r--src/or/dirauth/shared_random.c2
-rw-r--r--src/or/dirauth/shared_random_state.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirauth/shared_random.c b/src/or/dirauth/shared_random.c
index c149328935..f7ff5c58bb 100644
--- a/src/or/dirauth/shared_random.c
+++ b/src/or/dirauth/shared_random.c
@@ -96,7 +96,7 @@
#include "router.h"
#include "routerlist.h"
#include "shared_random_state.h"
-#include "shared_random_common.h"
+#include "shared_random_client.h"
#include "util.h"
#include "voting_schedule.h"
diff --git a/src/or/dirauth/shared_random_state.c b/src/or/dirauth/shared_random_state.c
index ef5a27ee58..56c12c8c72 100644
--- a/src/or/dirauth/shared_random_state.c
+++ b/src/or/dirauth/shared_random_state.c
@@ -18,7 +18,7 @@
#include "networkstatus.h"
#include "router.h"
#include "shared_random_state.h"
-#include "shared_random_common.h"
+#include "shared_random_client.h"
#include "dirauth/dirvote.h"