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/streams_tests.cpp | |
| 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/streams_tests.cpp')
| -rw-r--r-- | src/test/streams_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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> |