Include style

This commit is contained in:
Mat Sutcliffe
2021-09-15 15:44:14 +01:00
parent 312dec792b
commit a592bb2bbe
177 changed files with 244 additions and 255 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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;

View File

@@ -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