[Qt] small Qt-only include cleanup

This commit is contained in:
Philip Kaufmann
2014-07-25 17:43:41 +02:00
parent 3955c3940e
commit f65352a7d0
4 changed files with 6 additions and 6 deletions

View File

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