From 8b3d3cdf3d55d2690da53ad2c36d95d1701af3c6 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Sat, 8 Oct 2016 13:47:29 +0200 Subject: [PATCH] [MGTL] Cleanup includes. Ordering, remove unused. --- MeshGeoToolsLib/MeshNodeSearcher.cpp | 12 +++++------- MeshGeoToolsLib/MeshNodeSearcher.h | 2 -- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/MeshGeoToolsLib/MeshNodeSearcher.cpp b/MeshGeoToolsLib/MeshNodeSearcher.cpp index e9bd5ab8653..68adbfb89a1 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.cpp +++ b/MeshGeoToolsLib/MeshNodeSearcher.cpp @@ -8,7 +8,11 @@ * http://www.opengeosys.org/LICENSE.txt */ -#include "MeshGeoToolsLib/MeshNodeSearcher.h" +#include "MeshNodeSearcher.h" +#include "HeuristicSearchLength.h" +#include "MeshNodesAlongPolyline.h" +#include "MeshNodesAlongSurface.h" +#include "MeshNodesOnPoint.h" #include <logog/include/logog.hpp> @@ -21,12 +25,6 @@ #include "MeshLib/Mesh.h" #include "MeshLib/Node.h" -// MeshGeoToolsLib -#include "MeshGeoToolsLib/HeuristicSearchLength.h" -#include "MeshGeoToolsLib/MeshNodesOnPoint.h" -#include "MeshGeoToolsLib/MeshNodesAlongPolyline.h" -#include "MeshGeoToolsLib/MeshNodesAlongSurface.h" - namespace MeshGeoToolsLib { diff --git a/MeshGeoToolsLib/MeshNodeSearcher.h b/MeshGeoToolsLib/MeshNodeSearcher.h index 8957d80d690..13bddc94286 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.h +++ b/MeshGeoToolsLib/MeshNodeSearcher.h @@ -13,8 +13,6 @@ #include <memory> #include <vector> -#include <boost/optional.hpp> - // GeoLib #include "GeoLib/Grid.h" -- GitLab