Small cleanups.

This commit is contained in:
XMRig 2020-05-03 13:38:34 +07:00
parent a0eb766238
commit c18478a6b4
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 7 additions and 4 deletions

View file

@ -36,7 +36,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "crypto/randomx/program.hpp"
#include "crypto/randomx/reciprocal.h"
#include "crypto/randomx/virtual_memory.hpp"
#include "crypto/rx/Rx.h"
#ifdef XMRIG_FIX_RYZEN
# include "crypto/rx/Rx.h"
#endif
#ifdef _MSC_VER
# include <intrin.h>