[FSD] Use forward declaration to reduce header interdependency

This commit is contained in:
Mat Sutcliffe
2019-10-03 19:08:50 +01:00
parent d3a1eb1d60
commit 6eb008c0a0
4 changed files with 13 additions and 2 deletions

View File

@@ -14,9 +14,9 @@
#include "blackcore/blackcoreexport.h"
#include "blackmisc/simulation/settings/modelmatchersettings.h"
#include "blackmisc/simulation/aircraftmodelsetprovider.h"
#include "blackcore/fsd/fsdclient.h"
#include "blackmisc/network/server.h"
#include "blackmisc/network/ecosystem.h"
#include "blackmisc/network/connectionstatus.h"
#include "blackmisc/simulation/aircraftmodel.h"
#include "blackmisc/simulation/airspaceaircraftsnapshot.h"
#include "blackmisc/simulation/matchinglog.h"
@@ -52,6 +52,10 @@
namespace BlackCore
{
namespace Fsd
{
class CFSDClient;
}
class CAirspaceAnalyzer;
//! Keeps track of other entities in the airspace: aircraft, ATC stations, etc.