aboutsummaryrefslogtreecommitdiff
path: root/src/qt/splashscreen.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-09-05 13:18:35 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-09-18 14:11:44 +0200
commit5e83bc404c77d6e70c62152f1f97eb264afcc80d (patch)
tree519eecfef852a7ca5e84b57813605b1f4b644c06 /src/qt/splashscreen.cpp
parent7fd881367544fcc9e70130bf448a181794da26ab (diff)
downloadbitcoin-5e83bc404c77d6e70c62152f1f97eb264afcc80d.tar.xz
[Qt] include and file header cleanup
- alphabetical ordering - correct ordering own headers before normal headers etc.
Diffstat (limited to 'src/qt/splashscreen.cpp')
-rw-r--r--src/qt/splashscreen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp
index 5dd110b36a..feb0f3350f 100644
--- a/src/qt/splashscreen.cpp
+++ b/src/qt/splashscreen.cpp
@@ -4,11 +4,12 @@
#include "splashscreen.h"
-#include "version.h"
#include "clientversion.h"
#include "init.h"
#include "ui_interface.h"
#include "util.h"
+#include "version.h"
+
#ifdef ENABLE_WALLET
#include "wallet.h"
#endif