summaryrefslogtreecommitdiff
path: root/src/or/hs_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_stats.c')
-rw-r--r--src/or/hs_stats.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/hs_stats.c b/src/or/hs_stats.c
index 1e2a96945b..c8a99b19d4 100644
--- a/src/or/hs_stats.c
+++ b/src/or/hs_stats.c
@@ -6,9 +6,9 @@
* \brief Keeps stats about the activity of our onion service(s).
**/
-#include "or.h"
-#include "hs_stats.h"
-#include "hs_service.h"
+#include "or/or.h"
+#include "or/hs_stats.h"
+#include "or/hs_service.h"
/** Number of v3 INTRODUCE2 cells received */
static uint32_t n_introduce2_v3 = 0;