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

@ -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"
/*****************************************************************