Fixed build.

This commit is contained in:
XMRig 2019-07-17 05:01:12 +07:00
parent 2bf5ffb2df
commit bcae974ea1
4 changed files with 0 additions and 4 deletions

View file

@ -31,7 +31,6 @@
#include "backend/common/WorkerJob.h" #include "backend/common/WorkerJob.h"
#include "backend/cpu/CpuLaunchData.h" #include "backend/cpu/CpuLaunchData.h"
#include "base/net/stratum/Job.h" #include "base/net/stratum/Job.h"
#include "Mem.h"
#include "net/JobResult.h" #include "net/JobResult.h"

View file

@ -31,7 +31,6 @@ typedef void(*void_func)();
#include "crypto/cn/asm/CryptonightR_template.h" #include "crypto/cn/asm/CryptonightR_template.h"
#include "crypto/common/Assembly.h" #include "crypto/common/Assembly.h"
#include "crypto/common/VirtualMemory.h" #include "crypto/common/VirtualMemory.h"
#include "Mem.h"
static inline void add_code(uint8_t* &p, void (*p1)(), void (*p2)()) static inline void add_code(uint8_t* &p, void (*p1)(), void (*p2)())

View file

@ -29,7 +29,6 @@
#include "crypto/cn/CnHash.h" #include "crypto/cn/CnHash.h"
#include "crypto/common/Assembly.h" #include "crypto/common/Assembly.h"
#include "crypto/common/VirtualMemory.h" #include "crypto/common/VirtualMemory.h"
#include "Mem.h"
#include "rapidjson/document.h" #include "rapidjson/document.h"
#include "workers/CpuThreadLegacy.h" #include "workers/CpuThreadLegacy.h"

View file

@ -38,7 +38,6 @@
#include "crypto/rx/RxAlgo.h" #include "crypto/rx/RxAlgo.h"
#include "crypto/rx/RxCache.h" #include "crypto/rx/RxCache.h"
#include "crypto/rx/RxDataset.h" #include "crypto/rx/RxDataset.h"
#include "Mem.h"
#include "rapidjson/document.h" #include "rapidjson/document.h"
//#include "workers/Hashrate.h" //#include "workers/Hashrate.h"
#include "workers/WorkersLegacy.h" #include "workers/WorkersLegacy.h"