Move CnAlgo

This commit is contained in:
XMRig 2020-04-23 12:34:26 +07:00
parent 11ac59331f
commit 0cc90b152d
No known key found for this signature in database
GPG key ID: 446A53638BE94409
14 changed files with 16 additions and 11 deletions

View file

@ -27,7 +27,7 @@
#include "backend/opencl/OclThreads.h"
#include "backend/opencl/wrappers/OclDevice.h"
#include "base/crypto/Algorithm.h"
#include "base/crypto/CnAlgo.h"
#include "crypto/cn/CnAlgo.h"
#include <algorithm>

View file

@ -27,7 +27,7 @@
#include "backend/opencl/OclThreads.h"
#include "backend/opencl/wrappers/OclDevice.h"
#include "base/crypto/Algorithm.h"
#include "base/crypto/CnAlgo.h"
#include "crypto/cn/CnAlgo.h"
#include <algorithm>