diff options
Diffstat (limited to 'src/core_read.cpp')
-rw-r--r-- | src/core_read.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core_read.cpp b/src/core_read.cpp index a879a375ce..a3b545049b 100644 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -2,8 +2,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include <core_io.h> - #include <primitives/block.h> #include <primitives/transaction.h> #include <script/script.h> @@ -11,7 +9,6 @@ #include <serialize.h> #include <streams.h> #include <univalue.h> -#include <util/system.h> #include <util/strencodings.h> #include <version.h> |