diff --git a/MeshLib/MeshEditing/MeshRevision.cpp b/MeshLib/MeshEditing/MeshRevision.cpp index 9ab05f9d075848847bef2bd828aa4df1596840ff..259b6e58996dbd37089675b8a331bf7916f03534 100644 --- a/MeshLib/MeshEditing/MeshRevision.cpp +++ b/MeshLib/MeshEditing/MeshRevision.cpp @@ -19,7 +19,6 @@ #include "logog/include/logog.hpp" #include "GeoLib/Grid.h" -#include "GeoLib/AnalyticalGeometry.h" #include "MathLib/GeometricBasics.h" #include "MeshLib/Elements/Elements.h" diff --git a/MeshLib/MeshQuality/ElementQualityMetric.cpp b/MeshLib/MeshQuality/ElementQualityMetric.cpp index a8936a6694ee647b6bf17e8a441e5d9c9129538f..5c6378e482afdd5071fb69bf3c79cc3e80ba17da 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.cpp +++ b/MeshLib/MeshQuality/ElementQualityMetric.cpp @@ -16,7 +16,6 @@ #include <cmath> -#include "GeoLib/Point.h" #include "MeshLib/Node.h" namespace MeshLib