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

@ -28,9 +28,9 @@
#include <inttypes.h>
#include "backend/cpu/Cpu.h"
#include "base/io/log/Log.h"
#include "base/kernel/interfaces/IJsonReader.h"
#include "common/cpu/Cpu.h"
#include "core/config/Config.h"
#include "crypto/common/Assembly.h"
#include "rapidjson/document.h"