Skip to content

Commit

Permalink
Cleanup cleaned-up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spudz76 committed Jun 1, 2024
1 parent 729dfbd commit d289812
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions cmake/randomx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d289812

Please sign in to comment.