Small cleanups.

This commit is contained in:
XMRig
2020-05-03 13:38:34 +07:00
parent f11c2a8b37
commit 3eaa27e0ff
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>