Move files.

This commit is contained in:
XMRig 2019-06-04 19:20:33 +07:00
parent ac43cd4f9c
commit d587eebaf2
70 changed files with 69 additions and 70 deletions

View file

@ -27,7 +27,7 @@
#include "base/io/log/Log.h"
#include "common/cpu/Cpu.h"
#include "crypto/Asm.h"
#include "crypto/cn/Asm.h"
#include "crypto/common/VirtualMemory.h"
#include "Mem.h"
#include "rapidjson/document.h"
@ -35,9 +35,9 @@
#if defined(XMRIG_ARM)
# include "crypto/CryptoNight_arm.h"
# include "crypto/cn/CryptoNight_arm.h"
#else
# include "crypto/CryptoNight_x86.h"
# include "crypto/cn/CryptoNight_x86.h"
#endif

View file

@ -27,7 +27,7 @@
#include <thread>
#include "crypto/CryptoNight_test.h"
#include "crypto/cn/CryptoNight_test.h"
#include "workers/CpuThread.h"
#include "workers/MultiWorker.h"
#include "workers/Workers.h"

View file

@ -32,7 +32,7 @@
#include "base/tools/Handle.h"
#include "core/config/Config.h"
#include "core/Controller.h"
#include "crypto/CryptoNight_constants.h"
#include "crypto/cn/CryptoNight_constants.h"
#include "interfaces/IJobResultListener.h"
#include "interfaces/IThread.h"
#include "Mem.h"