diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:32:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:32:10 -0400 |
commit | da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 (patch) | |
tree | 60f7ff45ee340dc6c008f0f8447458f8056fbef5 /src/tools | |
parent | 97b15a1d7c51764888d2172711e3f3a71fb01916 (diff) | |
download | tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.tar.gz tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.zip |
Automated fixup of include paths after torlog.h movement.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tor-gencert.c | 2 | ||||
-rw-r--r-- | src/tools/tor-resolve.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index c2a2e01513..fc490ffeb7 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -36,7 +36,7 @@ ENABLE_GCC_WARNING(redundant-decls) #endif #include "common/util.h" -#include "common/torlog.h" +#include "lib/log/torlog.h" #include "lib/crypt_ops/crypto.h" #include "lib/crypt_ops/crypto_digest.h" #include "lib/crypt_ops/crypto_rand.h" diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 85ff141671..d80a7400ff 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -7,7 +7,7 @@ #include "common/compat.h" #include "common/util.h" #include "common/address.h" -#include "common/torlog.h" +#include "lib/log/torlog.h" #include "common/sandbox.h" #include <stdio.h> |