refactor: Rename blackcore to swift::core

This commit is contained in:
Lars Toenning
2024-11-10 20:21:07 +01:00
parent 9142a3649b
commit 3a2447770f
482 changed files with 2611 additions and 2611 deletions

View File

@@ -5,7 +5,7 @@
#include "qcompilerdetection.h"
#include "fgswiftbusserviceproxy.h"
#include "fgswiftbustrafficproxy.h"
#include "blackcore/aircraftmatcher.h"
#include "core/aircraftmatcher.h"
#include "misc/simulation/aircraftmodel.h"
#include "misc/simulation/simulatedaircraft.h"
#include "misc/simulation/simulatedaircraftlist.h"
@@ -61,7 +61,7 @@ using namespace swift::misc::simulation;
using namespace swift::misc::geo;
using namespace swift::misc::simulation;
using namespace swift::misc::weather;
using namespace BlackCore;
using namespace swift::core;
namespace
{