mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Fix BlackMisc header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #630
This commit is contained in:
@@ -12,12 +12,9 @@
|
||||
#ifndef BLACKMISC_AVIATION_CALLSIGNOBJECTLIST_H
|
||||
#define BLACKMISC_AVIATION_CALLSIGNOBJECTLIST_H
|
||||
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/aviation/callsignset.h"
|
||||
#include "blackmisc/propertyindexlist.h"
|
||||
#include "blackmisc/propertyindexvariantmap.h"
|
||||
#include <QList>
|
||||
|
||||
#include <QHash>
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -27,8 +24,6 @@ namespace BlackMisc
|
||||
{
|
||||
class CAircraftSituation;
|
||||
class CAircraftSituationList;
|
||||
class CAircraftParts;
|
||||
class CAircraftPartsList;
|
||||
class CAircraft;
|
||||
class CAircraftList;
|
||||
class CAtcStation;
|
||||
|
||||
Reference in New Issue
Block a user