commit 6472d9cfdf1198cf3a09659204170f9942a8fba3
parent 11adf0f46f88bc07c0c080b3b8f1725b0ad382c6
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 26 Feb 2020 16:45:33 -0500
Run "make autostyle"
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/feature/hs/hs_ob.c b/src/feature/hs/hs_ob.c
@@ -16,7 +16,7 @@
#include "lib/confmgt/confmgt.h"
#include "lib/encoding/confline.h"
-#include "hs_ob.h"
+#include "feature/hs/hs_ob.h"
/* Options config magic number. */
#define OB_OPTIONS_MAGIC 0x631DE7EA
diff --git a/src/feature/hs/hs_ob.h b/src/feature/hs/hs_ob.h
@@ -9,7 +9,7 @@
#ifndef TOR_HS_OB_H
#define TOR_HS_OB_H
-#include "hs_service.h"
+#include "feature/hs/hs_service.h"
bool hs_ob_service_is_instance(const hs_service_t *service);