Move CPU information classes to new location.

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

View File

@@ -26,7 +26,7 @@
#include <assert.h>
#include "common/cpu/Cpu.h"
#include "backend/cpu/Cpu.h"
#include "common/Platform.h"
#include "core/Controller.h"
#include "net/Network.h"