[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,6 +16,7 @@
#include "splashscreen.h"
#include "utilitydialog.h"
#include "winshutdownmonitor.h"
#ifdef ENABLE_WALLET
#include "paymentserver.h"
#include "walletmodel.h"
@@ -26,6 +27,7 @@
#include "rpcserver.h"
#include "ui_interface.h"
#include "util.h"
#ifdef ENABLE_WALLET
#include "wallet.h"
#endif
@@ -34,15 +36,16 @@
#include <boost/filesystem/operations.hpp>
#include <boost/thread.hpp>
#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
#include <QSettings>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include <QThread>
#if defined(QT_STATICPLUGIN)
#include <QtPlugin>