mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "samplesaviation.h"
|
||||
#include "samplesgeo.h"
|
||||
#include "samplesphysicalquantities.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/directoryutils.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace BlackSample;
|
||||
using namespace BlackCore;
|
||||
using namespace swift::core;
|
||||
|
||||
//! main
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user