Issue #77 Break redundant cyclic dependencies

This commit is contained in:
Mat Sutcliffe
2020-11-12 20:44:25 +00:00
parent a22591c8c0
commit d09336bd26
9 changed files with 2 additions and 13 deletions

View File

@@ -6,7 +6,6 @@
* or distributed except according to the terms contained in the LICENSE file.
*/
#include "blackmisc/simulation/aircraftmodel.h"
#include "blackmisc/aviation/aircraftsituation.h"
#include "blackmisc/aviation/aircraftpartslist.h"
#include "blackmisc/aviation/aircraftlights.h"
@@ -24,7 +23,6 @@
using namespace BlackMisc::Geo;
using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Simulation;
using namespace BlackConfig;
namespace BlackMisc