1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Move CPU information classes to new location.

This commit is contained in:
XMRig
2019-06-29 09:51:23 +07:00
parent dd875c7c37
commit 62edb2fc0a
21 changed files with 62 additions and 115 deletions

View File

@@ -23,9 +23,9 @@
*/
#include "backend/cpu/Cpu.h"
#include "backend/cpu/CpuConfig.h"
#include "base/io/json/Json.h"
#include "common/cpu/Cpu.h"
#include "rapidjson/document.h"