[Qt] small Qt-only include cleanup
This commit is contained in:
parent
3955c3940e
commit
f65352a7d0
4 changed files with 6 additions and 6 deletions
|
@ -15,11 +15,11 @@
|
|||
#include "optionsmodel.h"
|
||||
|
||||
#include "main.h" // for MAX_SCRIPTCHECK_THREADS
|
||||
#include "netbase.h"
|
||||
#include "txdb.h" // for -dbcache defaults
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet.h" // for CWallet::minTxFee
|
||||
#endif
|
||||
#include "netbase.h"
|
||||
#include "txdb.h" // for -dbcache defaults
|
||||
|
||||
#include <QDir>
|
||||
#include <QIntValidator>
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
#include "db.h"
|
||||
#include "main.h"
|
||||
#include "paymentserver.h"
|
||||
#include "script.h"
|
||||
#include "transactionrecord.h"
|
||||
#include "timedata.h"
|
||||
#include "ui_interface.h"
|
||||
#include "wallet.h"
|
||||
#include "script.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
#ifndef TRANSACTIONTABLEMODEL_H
|
||||
#define TRANSACTIONTABLEMODEL_H
|
||||
|
||||
#include "bitcoinunits.h"
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <QStringList>
|
||||
|
||||
#include "bitcoinunits.h"
|
||||
|
||||
class TransactionRecord;
|
||||
class TransactionTablePriv;
|
||||
class WalletModel;
|
||||
|
|
Loading…
Reference in a new issue