mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef SAMPLESAVIATION_H
|
||||
#define SAMPLESAVIATION_H
|
||||
#ifndef BLACKMISC_SAMPLESAVIATION_H
|
||||
#define BLACKMISC_SAMPLESAVIATION_H
|
||||
|
||||
#include "blackmisc/avheading.h"
|
||||
#include "blackmisc/avverticalpositions.h"
|
||||
@@ -8,9 +8,6 @@
|
||||
#include "blackmisc/avionavsystem.h"
|
||||
#include "blackmisc/aviotransponder.h"
|
||||
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user