Fix swiftcore header includes

* Include only what is used
* Use forward declaration when possible
* Sorted includes

refs #598
This commit is contained in:
Roland Winklmeier
2016-05-18 13:26:30 +02:00
parent a36727bb38
commit 2d98d156fa
3 changed files with 32 additions and 20 deletions

View File

@@ -12,13 +12,16 @@
#ifndef SWIFTCORE_H
#define SWIFTCORE_H
#include "blackgui/systemtraywindow.h"
#include "blackgui/mainwindowaccess.h"
#include "blackcore/corefacade.h"
#include "blackmisc/statusmessage.h"
#include "blackgui/systemtraywindow.h"
#include "blackmisc/identifiable.h"
#include "blackmisc/statusmessage.h"
#include <QObject>
#include <QScopedPointer>
#include <QString>
class QWidget;
namespace Ui { class CSwiftCore; }