aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-19 09:53:48 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-19 09:50:23 -0400
commitfadf7d13905d76ef4d2d8b9b96a6b9269f78fbba (patch)
tree3138ebb73ebea2076866c1f041cc32ee567bad67 /src
parentd1c2ed8dd768fae8ba63b55f316a47b66e5b74f0 (diff)
downloadbitcoin-fadf7d13905d76ef4d2d8b9b96a6b9269f78fbba.tar.xz
wallet: Remove unused import checkpoints.h
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 4737e2f6f4..80e6683ac9 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -1,12 +1,11 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
-// Copyright (c) 2009-2018 The Bitcoin Core developers
+// Copyright (c) 2009-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <wallet/wallet.h>
#include <chain.h>
-#include <checkpoints.h>
#include <consensus/consensus.h>
#include <consensus/validation.h>
#include <fs.h>