From 6cfe83a3ebe9e07b0ccf71325c42fe95d66e32a2 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 16 Jun 2021 12:50:19 +0200
Subject: [PATCH] [GL | A/IO] Cleanup includes.

---
 Applications/FileIO/Gmsh/GMSHInterface.cpp   | 1 +
 Applications/FileIO/Gmsh/GMSHPolygonTree.cpp | 1 +
 Applications/FileIO/Legacy/OGSIOVer4.cpp     | 1 +
 GeoLib/GEOObjects.cpp                        | 1 +
 GeoLib/GEOObjects.h                          | 3 ---
 GeoLib/PointVec.h                            | 1 -
 6 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Applications/FileIO/Gmsh/GMSHInterface.cpp b/Applications/FileIO/Gmsh/GMSHInterface.cpp
index 6b70c66057f..d49977821c1 100644
--- a/Applications/FileIO/Gmsh/GMSHInterface.cpp
+++ b/Applications/FileIO/Gmsh/GMSHInterface.cpp
@@ -25,6 +25,7 @@
 #include "GeoLib/Polygon.h"
 #include "GeoLib/PolygonWithSegmentMarker.h"
 #include "GeoLib/PolylineWithSegmentMarker.h"
+#include "GeoLib/Station.h"
 #include "InfoLib/GitInfo.h"
 
 namespace FileIO
diff --git a/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp b/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp
index 6d4a03c928b..b66547329fd 100644
--- a/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp
+++ b/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp
@@ -18,6 +18,7 @@
 #include "GeoLib/Polygon.h"
 #include "GeoLib/PolygonWithSegmentMarker.h"
 #include "GeoLib/PolylineWithSegmentMarker.h"
+#include "GeoLib/Station.h"
 
 namespace FileIO
 {
diff --git a/Applications/FileIO/Legacy/OGSIOVer4.cpp b/Applications/FileIO/Legacy/OGSIOVer4.cpp
index b8dc94ba004..9196c548434 100644
--- a/Applications/FileIO/Legacy/OGSIOVer4.cpp
+++ b/Applications/FileIO/Legacy/OGSIOVer4.cpp
@@ -29,6 +29,7 @@
 #include "GeoLib/PointVec.h"
 #include "GeoLib/Polygon.h"
 #include "GeoLib/Polyline.h"
+#include "GeoLib/Station.h"
 #include "GeoLib/Surface.h"
 #include "GeoLib/Triangle.h"
 
diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp
index d831f6b1a05..ed604b9a56e 100644
--- a/GeoLib/GEOObjects.cpp
+++ b/GeoLib/GEOObjects.cpp
@@ -18,6 +18,7 @@
 
 #include "BaseLib/Logging.h"
 #include "BaseLib/StringTools.h"
+#include "Station.h"
 #include "Triangle.h"
 
 namespace GeoLib
diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h
index 4f90ec9ec07..e8a6098e956 100644
--- a/GeoLib/GEOObjects.h
+++ b/GeoLib/GEOObjects.h
@@ -25,9 +25,6 @@
 #include "PolylineVec.h"
 #include "Surface.h"
 #include "SurfaceVec.h"
-
-#include "Station.h"
-
 #include "GeoType.h"
 
 namespace GeoLib
diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h
index ebea781a1b6..e42c03d7623 100644
--- a/GeoLib/PointVec.h
+++ b/GeoLib/PointVec.h
@@ -22,7 +22,6 @@
 #include "AABB.h"
 #include "OctTree.h"
 #include "Point.h"
-#include "Station.h"
 #include "TemplateVec.h"
 
 namespace GeoLib
-- 
GitLab