diff --git a/src/evo/cbtx.cpp b/src/evo/cbtx.cpp index de75db2439..87c82ce576 100644 --- a/src/evo/cbtx.cpp +++ b/src/evo/cbtx.cpp @@ -9,9 +9,9 @@ #include #include +#include #include #include -#include bool CheckCbTx(const CTransaction& tx, const CBlockIndex* pindexPrev, CValidationState& state) { diff --git a/src/evo/providertx.cpp b/src/evo/providertx.cpp index 05496c55f4..b5b921eed4 100644 --- a/src/evo/providertx.cpp +++ b/src/evo/providertx.cpp @@ -8,7 +8,6 @@ #include #include -#include #include #include #include