1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 06:52:33 -05:00

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

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 };

View File

@@ -30,8 +30,8 @@
#include "common/config/CommonConfig.h"
#include "common/xmrig.h"
#include "rapidjson/fwd.h"
#include "xmrig.h"
class Addr;