Old static class Cpu replaced to interface ICpuInfo.

This commit is contained in:
XMRig
2018-09-23 17:51:56 +03:00
parent 8b839b93de
commit af65e1aee9
18 changed files with 406 additions and 281 deletions

View File

@@ -26,6 +26,7 @@
#include "common/config/ConfigLoader.h"
#include "common/cpu/Cpu.h"
#include "common/interfaces/IControllerListener.h"
#include "common/log/ConsoleLog.h"
#include "common/log/FileLog.h"
@@ -33,7 +34,6 @@
#include "common/Platform.h"
#include "core/Config.h"
#include "core/Controller.h"
#include "Cpu.h"
#include "net/Network.h"