1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-10 09:02:45 -05:00

Moved Algorithm class.

This commit is contained in:
XMRig
2019-06-09 16:46:44 +07:00
parent d9eb700e03
commit b684150336
8 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
#define XMRIG_ICONFIG_H
#include "common/crypto/Algorithm.h"
#include "crypto/common/Algorithm.h"
#include "rapidjson/fwd.h"

View File

@@ -26,7 +26,7 @@
#define XMRIG_ICONFIGTRANSFORM_H
#include "common/crypto/Algorithm.h"
#include "crypto/common/Algorithm.h"
#include "rapidjson/fwd.h"

View File

@@ -40,7 +40,7 @@
#include "base/net/stratum/SubmitResult.h"
#include "base/net/tools/RecvBuf.h"
#include "base/net/tools/Storage.h"
#include "common/crypto/Algorithm.h"
#include "crypto/common/Algorithm.h"
typedef struct bio_st BIO;

View File

@@ -33,7 +33,7 @@
#include "base/tools/String.h"
#include "common/crypto/Algorithm.h"
#include "crypto/common/Algorithm.h"
namespace xmrig {

View File

@@ -32,7 +32,7 @@
#include "base/tools/String.h"
#include "common/crypto/Algorithm.h"
#include "crypto/common/Algorithm.h"
#include "rapidjson/fwd.h"