refactor: Cleanup headers from walletmodel.h

This commit is contained in:
Hennadii Stepanov
2019-11-19 13:45:32 +02:00
parent a53e9895db
commit 5f50599ae7
9 changed files with 17 additions and 8 deletions

View File

@@ -2,17 +2,18 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/walletcontroller.h>
#include <qt/askpassphrasedialog.h>
#include <qt/createwalletdialog.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/walletcontroller.h>
#include <wallet/wallet.h>
#include <qt/walletmodel.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <util/string.h>
#include <wallet/wallet.h>
#include <algorithm>