mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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:
@@ -7,11 +7,16 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "cockpitcomponent.h"
|
||||
#include "../showhidebar.h"
|
||||
#include "../dockwidgetinfoarea.h"
|
||||
#include "blackgui/components/cockpitcomcomponent.h"
|
||||
#include "blackgui/components/cockpitcomponent.h"
|
||||
#include "blackgui/components/cockpitinfoareacomponent.h"
|
||||
#include "blackgui/dockwidgetinfoarea.h"
|
||||
#include "blackgui/showhidebar.h"
|
||||
#include "ui_cockpitcomponent.h"
|
||||
|
||||
#include <QDockWidget>
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
|
||||
Reference in New Issue
Block a user