Move xmrig.h to common/xmrig.h.

This commit is contained in:
XMRig
2018-04-13 07:00:51 +07:00
parent f197f6b1eb
commit 51422f4b1e
15 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include <stdint.h>
#include "xmrig.h"
#include "common/xmrig.h"
class Cpu
+1 -1
View File
@@ -30,7 +30,7 @@
#include <stdint.h>
#include "xmrig.h"
#include "common/xmrig.h"
struct cryptonight_ctx;
+2 -2
View File
@@ -34,10 +34,10 @@
# include <malloc.h>
#endif
#include "log/Log.h"
#include "common/xmrig.h"
#include "crypto/CryptoNight.h"
#include "log/Log.h"
#include "Mem.h"
#include "xmrig.h"
/*****************************************************************
-1
View File
@@ -36,7 +36,6 @@
#include "rapidjson/document.h"
#include "rapidjson/filewritestream.h"
#include "rapidjson/prettywriter.h"
#include "xmrig.h"
xmrig::CommonConfig::CommonConfig() :
+1 -1
View File
@@ -29,9 +29,9 @@
#include "common/utils/c_str.h"
#include "common/xmrig.h"
#include "interfaces/IConfig.h"
#include "net/Pool.h"
#include "xmrig.h"
namespace xmrig {
View File
-1
View File
@@ -35,7 +35,6 @@
#include "rapidjson/filewritestream.h"
#include "rapidjson/prettywriter.h"
#include "workers/CpuThread.h"
#include "xmrig.h"
static char affinity_tmp[20] = { 0 };
+1 -1
View File
@@ -30,8 +30,8 @@
#include "common/config/CommonConfig.h"
#include "common/xmrig.h"
#include "rapidjson/fwd.h"
#include "xmrig.h"
class Addr;
+1 -1
View File
@@ -29,7 +29,7 @@
#include <stdint.h>
#include "xmrig.h"
#include "common/xmrig.h"
namespace xmrig
+1 -1
View File
@@ -27,8 +27,8 @@
#include <stdint.h>
#include "common/xmrig.h"
#include "rapidjson/fwd.h"
#include "xmrig.h"
namespace xmrig {
+1 -1
View File
@@ -30,8 +30,8 @@
#include <stdint.h>
#include "common/xmrig.h"
#include "net/Id.h"
#include "xmrig.h"
class Job
+1 -1
View File
@@ -29,7 +29,7 @@
#include "common/utils/c_str.h"
#include "xmrig.h"
#include "common/xmrig.h"
class Pool
+1 -1
View File
@@ -22,13 +22,13 @@
*/
#include "common/xmrig.h"
#include "interfaces/IStrategyListener.h"
#include "net/Client.h"
#include "net/Job.h"
#include "net/strategies/DonateStrategy.h"
#include "net/strategies/FailoverStrategy.h"
#include "Platform.h"
#include "xmrig.h"
extern "C"
+1 -1
View File
@@ -25,8 +25,8 @@
#define __CPUTHREAD_H__
#include "common/xmrig.h"
#include "interfaces/IThread.h"
#include "xmrig.h"
struct cryptonight_ctx;