Adjusted Config.h location

This commit is contained in:
MoneroOcean 2019-06-18 11:24:48 -07:00
parent 25f35b7e77
commit 378292e84e

View file

@ -46,7 +46,7 @@
#include "base/tools/Buffer.h" #include "base/tools/Buffer.h"
#include "base/tools/Chrono.h" #include "base/tools/Chrono.h"
#include "net/JobResult.h" #include "net/JobResult.h"
#include "core/Config.h" // for pconfig to access pconfig->get_algo_perf #include "core/config/Config.h" // for pconfig to access pconfig->get_algo_perf
#include "workers/Workers.h" // to do Workers::switch_algo #include "workers/Workers.h" // to do Workers::switch_algo
#include "rapidjson/document.h" #include "rapidjson/document.h"
#include "rapidjson/error/en.h" #include "rapidjson/error/en.h"