diff options
Diffstat (limited to 'src/or/hs_control.c')
-rw-r--r-- | src/or/hs_control.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/or/hs_control.c b/src/or/hs_control.c index 399a1d9bfb..fc828d0721 100644 --- a/src/or/hs_control.c +++ b/src/or/hs_control.c @@ -6,17 +6,17 @@ * \brief Contains control port event related code. **/ -#include "or.h" -#include "control.h" -#include "crypto_util.h" -#include "hs_common.h" -#include "hs_control.h" -#include "hs_descriptor.h" -#include "hs_service.h" -#include "nodelist.h" - -#include "node_st.h" -#include "routerstatus_st.h" +#include "or/or.h" +#include "or/control.h" +#include "common/crypto_util.h" +#include "or/hs_common.h" +#include "or/hs_control.h" +#include "or/hs_descriptor.h" +#include "or/hs_service.h" +#include "or/nodelist.h" + +#include "or/node_st.h" +#include "or/routerstatus_st.h" /* Send on the control port the "HS_DESC REQUESTEDÂ [...]" event. * |