[Qt] include and file header cleanup

- alphabetical ordering
- correct ordering own headers before normal headers etc.
This commit is contained in:
Philip Kaufmann
2014-09-05 13:18:35 +02:00
parent 7fd8813675
commit 5e83bc404c
15 changed files with 39 additions and 25 deletions

View File

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