diff --git a/src/Makefile.test_util.include b/src/Makefile.test_util.include index 5eae384ebfdc..0f18badb0d0c 100644 --- a/src/Makefile.test_util.include +++ b/src/Makefile.test_util.include @@ -15,6 +15,7 @@ TEST_UTIL_H = \ test/util/index.h \ test/util/llmq_tests.h \ test/util/logging.h \ + test/util/masternode.h \ test/util/mining.h \ test/util/net.h \ test/util/poolresourcetester.h \ @@ -36,6 +37,7 @@ libtest_util_a_SOURCES = \ test/util/coins.cpp \ test/util/json.cpp \ test/util/logging.cpp \ + test/util/masternode.cpp \ test/util/mining.cpp \ test/util/net.cpp \ test/util/script.cpp \ diff --git a/src/test/block_reward_reallocation_tests.cpp b/src/test/block_reward_reallocation_tests.cpp index a26fefa0ad39..daface97824c 100644 --- a/src/test/block_reward_reallocation_tests.cpp +++ b/src/test/block_reward_reallocation_tests.cpp @@ -2,34 +2,24 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include #include #include -#include -#include #include #include -#include #include #include #include -#include