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 @@
//! \ingroup samplemisc
#include "samplesperformance.h"
#include "blackcore/db/databasereader.h"
#include "core/db/databasereader.h"
#include "misc/simulation/aircraftmodellist.h"
#include "misc/simulation/distributorlist.h"
#include "misc/aviation/aircrafticaocodelist.h"
@@ -48,7 +48,7 @@ using namespace swift::misc::network;
using namespace swift::misc::physical_quantities;
using namespace swift::misc::simulation;
using namespace swift::misc::test;
using namespace BlackCore::Db;
using namespace swift::core::db;
namespace BlackSample
{