Skip to content

Commit fadf7d1

Browse files
author
MarcoFalke
committed
wallet: Remove unused import checkpoints.h
1 parent d1c2ed8 commit fadf7d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
2-
// Copyright (c) 2009-2018 The Bitcoin Core developers
2+
// Copyright (c) 2009-2019 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
#include <wallet/wallet.h>
77

88
#include <chain.h>
9-
#include <checkpoints.h>
109
#include <consensus/consensus.h>
1110
#include <consensus/validation.h>
1211
#include <fs.h>

0 commit comments

Comments
 (0)