From a69f587d4ce20ba859ab116af05bc02d9206f513 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 11:54:11 -0700 Subject: [PATCH] Adjusted Log.h location --- src/common/config/CommonConfig.cpp | 2 +- src/workers/Benchmark.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/config/CommonConfig.cpp b/src/common/config/CommonConfig.cpp index 995669ea..0391079f 100644 --- a/src/common/config/CommonConfig.cpp +++ b/src/common/config/CommonConfig.cpp @@ -57,7 +57,7 @@ #include "base/io/Json.h" #include "common/config/CommonConfig.h" -#include "common/log/Log.h" +#include "base/io/log/Log.h" #include "donate.h" #include "rapidjson/document.h" #include "rapidjson/filewritestream.h" diff --git a/src/workers/Benchmark.cpp b/src/workers/Benchmark.cpp index 6d0a3e3f..ece0067f 100644 --- a/src/workers/Benchmark.cpp +++ b/src/workers/Benchmark.cpp @@ -26,7 +26,7 @@ #include "workers/Workers.h" #include "core/config/Config.h" #include "net/Network.h" -#include "common/log/Log.h" +#include "base/io/log/Log.h" #include // start performance measurements for specified perf algo