Skip to content
Snippets Groups Projects
Commit 8b3d3cdf authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MGTL] Cleanup includes. Ordering, remove unused.

parent bd0177df
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,11 @@ ...@@ -8,7 +8,11 @@
* http://www.opengeosys.org/LICENSE.txt * 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> #include <logog/include/logog.hpp>
...@@ -21,12 +25,6 @@ ...@@ -21,12 +25,6 @@
#include "MeshLib/Mesh.h" #include "MeshLib/Mesh.h"
#include "MeshLib/Node.h" #include "MeshLib/Node.h"
// MeshGeoToolsLib
#include "MeshGeoToolsLib/HeuristicSearchLength.h"
#include "MeshGeoToolsLib/MeshNodesOnPoint.h"
#include "MeshGeoToolsLib/MeshNodesAlongPolyline.h"
#include "MeshGeoToolsLib/MeshNodesAlongSurface.h"
namespace MeshGeoToolsLib namespace MeshGeoToolsLib
{ {
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include <boost/optional.hpp>
// GeoLib // GeoLib
#include "GeoLib/Grid.h" #include "GeoLib/Grid.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment