[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

@@ -14,6 +14,7 @@
#include "optionsmodel.h"
#include "rpcconsole.h"
#include "utilitydialog.h"
#ifdef ENABLE_WALLET
#include "walletframe.h"
#include "walletmodel.h"
@@ -24,8 +25,8 @@
#endif
#include "init.h"
#include "util.h"
#include "ui_interface.h"
#include "util.h"
#include <iostream>
@@ -50,8 +51,8 @@
#include <QVBoxLayout>
#if QT_VERSION < 0x050000
#include <QUrl>
#include <QTextDocument>
#include <QUrl>
#else
#include <QUrlQuery>
#endif