diff --git a/cmake/randomx.cmake b/cmake/randomx.cmake index 69218f0fb4..3fae8112a2 100644 --- a/cmake/randomx.cmake +++ b/cmake/randomx.cmake @@ -40,13 +40,11 @@ if (WITH_RANDOMX) src/crypto/rx/RxDataset.cpp src/crypto/rx/RxQueue.cpp src/crypto/rx/RxVm.cpp - - ### Removed useless includes - src/crypto/randomx/panthera/sha256.c - src/crypto/randomx/panthera/KangarooTwelve.c - src/crypto/randomx/panthera/KeccakP-1600-reference.c - src/crypto/randomx/panthera/KeccakSpongeWidth1600.c - src/crypto/randomx/panthera/yespower-opt.c + src/crypto/randomx/panthera/sha256.c + src/crypto/randomx/panthera/KangarooTwelve.c + src/crypto/randomx/panthera/KeccakP-1600-reference.c + src/crypto/randomx/panthera/KeccakSpongeWidth1600.c + src/crypto/randomx/panthera/yespower-opt.c ) if (WITH_ASM AND CMAKE_C_COMPILER_ID MATCHES MSVC)