]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Run "make autostyle"
authorNick Mathewson <nickm@torproject.org>
Wed, 26 Feb 2020 21:45:33 +0000 (16:45 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Feb 2020 21:45:33 +0000 (16:45 -0500)
src/feature/hs/hs_ob.c
src/feature/hs/hs_ob.h

index c18a78901344fd90ce60768ad1ae4b8ea2892c8b..f135ecd3f4342a82e6bdba22bc7623ccb3f5a68c 100644 (file)
@@ -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
index d5b5504be750f76308218cf358a33af88672a18c..d6e6e73a844e9f6689daccce65a39fc8c180ab34 100644 (file)
@@ -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);