mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Include style
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "coordinategeodeticlist.h"
|
||||
#include "blackmisc/geo/coordinategeodeticlist.h"
|
||||
#include "math/mathutils.h"
|
||||
|
||||
#include <QJsonValue>
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#ifndef BLACKMISC_GEO_COORDINATEGEODETICLIST_H
|
||||
#define BLACKMISC_GEO_COORDINATEGEODETICLIST_H
|
||||
|
||||
#include "elevationplane.h"
|
||||
#include "coordinategeodetic.h"
|
||||
#include "geoobjectlist.h"
|
||||
#include "blackmisc/geo/elevationplane.h"
|
||||
#include "blackmisc/geo/coordinategeodetic.h"
|
||||
#include "blackmisc/geo/geoobjectlist.h"
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/collection.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "elevationplane.h"
|
||||
#include "coordinategeodetic.h"
|
||||
#include "blackmisc/geo/elevationplane.h"
|
||||
#include "blackmisc/geo/coordinategeodetic.h"
|
||||
#include "blackmisc/pq/length.h"
|
||||
#include "blackmisc/propertyindexref.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "kmlutils.h"
|
||||
#include "blackmisc/geo/kmlutils.h"
|
||||
#include <QStringBuilder>
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "registermetadatageo.h"
|
||||
#include "geo.h"
|
||||
#include "blackmisc/geo/registermetadatageo.h"
|
||||
#include "blackmisc/geo/geo.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
Reference in New Issue
Block a user