diff options
Diffstat (limited to 'src/or/shared_random_client.c')
-rw-r--r-- | src/or/shared_random_client.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/or/shared_random_client.c b/src/or/shared_random_client.c index e34c6e9a8b..f0b13a171e 100644 --- a/src/or/shared_random_client.c +++ b/src/or/shared_random_client.c @@ -9,15 +9,15 @@ **/ #define SHARED_RANDOM_CLIENT_PRIVATE -#include "shared_random_client.h" +#include "or/shared_random_client.h" -#include "config.h" -#include "voting_schedule.h" -#include "networkstatus.h" -#include "util.h" -#include "util_format.h" +#include "or/config.h" +#include "or/voting_schedule.h" +#include "or/networkstatus.h" +#include "common/util.h" +#include "common/util_format.h" -#include "networkstatus_st.h" +#include "or/networkstatus_st.h" /* Convert a given srv object to a string for the control port. This doesn't * fail and the srv object MUST be valid. */ |