diff options
| author | practicalswift <[email protected]> | 2019-07-31 10:03:55 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2019-10-15 22:56:43 +0000 |
| commit | 084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch) | |
| tree | 683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/test | |
| parent | Merge #17105: gui: Make RPCConsole::TabTypes an enum class (diff) | |
| download | discoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.tar.xz discoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.zip | |
Remove unused includes
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/bip32_tests.cpp | 1 | ||||
| -rw-r--r-- | src/test/compress_tests.cpp | 1 | ||||
| -rw-r--r-- | src/test/key_properties.cpp | 1 | ||||
| -rw-r--r-- | src/test/policyestimator_tests.cpp | 1 | ||||
| -rw-r--r-- | src/test/pow_tests.cpp | 1 | ||||
| -rw-r--r-- | src/test/skiplist_tests.cpp | 1 | ||||
| -rw-r--r-- | src/test/streams_tests.cpp | 1 | ||||
| -rw-r--r-- | src/test/txindex_tests.cpp | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/src/test/bip32_tests.cpp b/src/test/bip32_tests.cpp index 662878750..660df0096 100644 --- a/src/test/bip32_tests.cpp +++ b/src/test/bip32_tests.cpp @@ -8,7 +8,6 @@ #include <key.h> #include <key_io.h> #include <streams.h> -#include <util/system.h> #include <util/strencodings.h> #include <test/setup_common.h> diff --git a/src/test/compress_tests.cpp b/src/test/compress_tests.cpp index 6cef8cd8a..e8f149470 100644 --- a/src/test/compress_tests.cpp +++ b/src/test/compress_tests.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <compressor.h> -#include <util/system.h> #include <test/setup_common.h> #include <stdint.h> diff --git a/src/test/key_properties.cpp b/src/test/key_properties.cpp index abcfc4547..95587130f 100644 --- a/src/test/key_properties.cpp +++ b/src/test/key_properties.cpp @@ -4,7 +4,6 @@ #include <key.h> #include <uint256.h> -#include <util/system.h> #include <test/setup_common.h> #include <vector> diff --git a/src/test/policyestimator_tests.cpp b/src/test/policyestimator_tests.cpp index 016a4f471..5368f82ff 100644 --- a/src/test/policyestimator_tests.cpp +++ b/src/test/policyestimator_tests.cpp @@ -6,7 +6,6 @@ #include <policy/fees.h> #include <txmempool.h> #include <uint256.h> -#include <util/system.h> #include <util/time.h> #include <test/setup_common.h> diff --git a/src/test/pow_tests.cpp b/src/test/pow_tests.cpp index deac34986..6c99021d9 100644 --- a/src/test/pow_tests.cpp +++ b/src/test/pow_tests.cpp @@ -5,7 +5,6 @@ #include <chain.h> #include <chainparams.h> #include <pow.h> -#include <util/system.h> #include <test/setup_common.h> #include <boost/test/unit_test.hpp> diff --git a/src/test/skiplist_tests.cpp b/src/test/skiplist_tests.cpp index 3d39dfdb7..1cba3a129 100644 --- a/src/test/skiplist_tests.cpp +++ b/src/test/skiplist_tests.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chain.h> -#include <util/system.h> #include <test/setup_common.h> #include <vector> diff --git a/src/test/streams_tests.cpp b/src/test/streams_tests.cpp index 638819d56..6075fbfec 100644 --- a/src/test/streams_tests.cpp +++ b/src/test/streams_tests.cpp @@ -2,7 +2,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include <random.h> #include <streams.h> #include <test/setup_common.h> diff --git a/src/test/txindex_tests.cpp b/src/test/txindex_tests.cpp index d794d09d3..0ac4b7ebc 100644 --- a/src/test/txindex_tests.cpp +++ b/src/test/txindex_tests.cpp @@ -6,7 +6,6 @@ #include <index/txindex.h> #include <script/standard.h> #include <test/setup_common.h> -#include <util/system.h> #include <util/time.h> #include <boost/test/unit_test.hpp> |