diff --git a/src/crypto.cpp b/src/crypto.cpp index 21b39ea..352cbb5 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -21,7 +21,7 @@ #include "uv_util.h" extern "C" { -#include "crypto-ops.h" +#include } // l = 2^252 + 27742317777372353535851937790883648493. diff --git a/src/miner.cpp b/src/miner.cpp index 0b8b299..d36bf7e 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -21,7 +21,7 @@ #include "stratum_server.h" #include "block_template.h" #include "pow_hash.h" -#include "randomx.h" +#include #include "params.h" #include "p2pool_api.h" #include "side_chain.h" diff --git a/src/p2pool.cpp b/src/p2pool.cpp index 9084592..cbd0f56 100644 --- a/src/p2pool.cpp +++ b/src/p2pool.cpp @@ -20,7 +20,7 @@ #include "zmq_reader.h" #include "mempool.h" #include "json_rpc_request.h" -#include "rapidjson/document.h" +#include #include "json_parsers.h" #include "pow_hash.h" #include "block_template.h" diff --git a/src/side_chain.cpp b/src/side_chain.cpp index 80e605b..7280852 100644 --- a/src/side_chain.cpp +++ b/src/side_chain.cpp @@ -33,7 +33,7 @@ #include "params.h" #include "json_parsers.h" #include "crypto.h" -#include "hardforks/hardforks.h" +#include #include #include #include diff --git a/src/util.h b/src/util.h index 8dfb79d..d69b4b4 100644 --- a/src/util.h +++ b/src/util.h @@ -26,7 +26,7 @@ #define ROBIN_HOOD_CALLOC(count, size) p2pool::calloc_hook((count), (size)) #define ROBIN_HOOD_FREE(ptr) p2pool::free_hook(ptr) -#include "robin_hood.h" +#include #ifdef _MSC_VER #pragma warning(pop) diff --git a/src/wallet.cpp b/src/wallet.cpp index 5110331..fe1db64 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -24,7 +24,7 @@ #include "crypto.h" extern "C" { -#include "crypto-ops.h" +#include } namespace {