mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Fix BlackGui header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -14,8 +14,13 @@
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/infoarea.h"
|
||||
#include <QMainWindow>
|
||||
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
#include <QSize>
|
||||
|
||||
class QPixmap;
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CDataMainInfoAreaComponent; }
|
||||
|
||||
@@ -23,9 +28,9 @@ namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
class CLogComponent;
|
||||
class CDbMappingComponent;
|
||||
class CDataInfoAreaComponent;
|
||||
class CDbMappingComponent;
|
||||
class CLogComponent;
|
||||
|
||||
/**
|
||||
* Main info area for data entry tool
|
||||
|
||||
Reference in New Issue
Block a user