summaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-26 16:45:33 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-26 16:45:33 -0500
commit6472d9cfdf1198cf3a09659204170f9942a8fba3 (patch)
tree0e78e87d4d77449fbf8e1cadacfe2897d5e3e29a /src/feature
parent11adf0f46f88bc07c0c080b3b8f1725b0ad382c6 (diff)
downloadtor-6472d9cfdf1198cf3a09659204170f9942a8fba3.tar.gz
tor-6472d9cfdf1198cf3a09659204170f9942a8fba3.zip
Run "make autostyle"
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/hs/hs_ob.c2
-rw-r--r--src/feature/hs/hs_ob.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/hs/hs_ob.c b/src/feature/hs/hs_ob.c
index c18a789013..f135ecd3f4 100644
--- 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
index d5b5504be7..d6e6e73a84 100644
--- 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);