diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-05 13:18:35 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-18 14:11:44 +0200 |
commit | 5e83bc404c77d6e70c62152f1f97eb264afcc80d (patch) | |
tree | 519eecfef852a7ca5e84b57813605b1f4b644c06 /src/qt/rpcconsole.cpp | |
parent | 7fd881367544fcc9e70130bf448a181794da26ab (diff) |
[Qt] include and file header cleanup
- alphabetical ordering
- correct ordering own headers before normal headers etc.
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r-- | src/qt/rpcconsole.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 11089b2497..8129353d4b 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -16,10 +16,12 @@ #include "util.h" #include "json/json_spirit_value.h" + +#include <openssl/crypto.h> + #ifdef ENABLE_WALLET #include <db_cxx.h> #endif -#include <openssl/crypto.h> #include <QKeyEvent> #include <QScrollBar> |