wallet: Remove unused import checkpoints.h

This commit is contained in:
MarcoFalke 2019-04-19 09:53:48 -04:00
parent d1c2ed8dd7
commit fadf7d1390
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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>