From: Nick Mathewson Date: Wed, 26 Feb 2020 21:45:33 +0000 (-0500) Subject: Run "make autostyle" X-Git-Tag: tor-0.4.5.0-alpha-dev~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6472d9cfdf1198cf3a09659204170f9942a8fba3;p=thirdparty%2Ftor.git Run "make autostyle" --- 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);