Move CPU information classes to new location.
This commit is contained in:
parent
dd875c7c37
commit
62edb2fc0a
21 changed files with 62 additions and 115 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
|
||||
#include "base/io/log/Log.h"
|
||||
#include "common/cpu/Cpu.h"
|
||||
#include "crypto/cn/CnHash.h"
|
||||
#include "crypto/common/Assembly.h"
|
||||
#include "crypto/common/VirtualMemory.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <chrono>
|
||||
|
||||
|
||||
#include "common/cpu/Cpu.h"
|
||||
#include "backend/cpu/Cpu.h"
|
||||
#include "common/Platform.h"
|
||||
#include "workers/CpuThread.h"
|
||||
#include "workers/ThreadHandle.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue