aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-09-05 13:18:35 +0200
committerPhilip Kaufmann <[email protected]>2014-09-18 14:11:44 +0200
commit5e83bc404c77d6e70c62152f1f97eb264afcc80d (patch)
tree519eecfef852a7ca5e84b57813605b1f4b644c06 /src/qt/optionsmodel.cpp
parentMerge pull request #4667 (diff)
downloaddiscoin-5e83bc404c77d6e70c62152f1f97eb264afcc80d.tar.xz
discoin-5e83bc404c77d6e70c62152f1f97eb264afcc80d.zip
[Qt] include and file header cleanup
- alphabetical ordering - correct ordering own headers before normal headers etc.
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index 99928ebe4..bd747faeb 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -15,6 +15,7 @@
#include "main.h"
#include "net.h"
#include "txdb.h" // for -dbcache defaults
+
#ifdef ENABLE_WALLET
#include "wallet.h"
#include "walletdb.h"