From 09be7267e0cfed794c5915bd5412570d2ba33896 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 6 Jun 2016 13:46:38 +0200 Subject: [PATCH] [MeL] Remove unused include AnalyticalGeometry.h. --- MeshLib/Elements/HexRule20.cpp | 2 -- MeshLib/Elements/LineRule2.cpp | 2 -- MeshLib/Elements/PrismRule15.cpp | 2 -- MeshLib/Elements/PyramidRule13.cpp | 2 -- 4 files changed, 8 deletions(-) diff --git a/MeshLib/Elements/HexRule20.cpp b/MeshLib/Elements/HexRule20.cpp index 0faad43b65f..c926e84cd30 100644 --- a/MeshLib/Elements/HexRule20.cpp +++ b/MeshLib/Elements/HexRule20.cpp @@ -13,8 +13,6 @@ #include "logog/include/logog.hpp" -#include "GeoLib/AnalyticalGeometry.h" - #include "MeshLib/Node.h" #include "Quad.h" #include "Line.h" diff --git a/MeshLib/Elements/LineRule2.cpp b/MeshLib/Elements/LineRule2.cpp index e441b93b547..d9f3512efe5 100644 --- a/MeshLib/Elements/LineRule2.cpp +++ b/MeshLib/Elements/LineRule2.cpp @@ -11,8 +11,6 @@ #include "logog/include/logog.hpp" -#include "GeoLib/AnalyticalGeometry.h" - #include "MeshLib/Node.h" namespace MeshLib { diff --git a/MeshLib/Elements/PrismRule15.cpp b/MeshLib/Elements/PrismRule15.cpp index eab7332d046..80e24a8b474 100644 --- a/MeshLib/Elements/PrismRule15.cpp +++ b/MeshLib/Elements/PrismRule15.cpp @@ -11,8 +11,6 @@ #include "logog/include/logog.hpp" -#include "GeoLib/AnalyticalGeometry.h" - #include "MeshLib/Node.h" #include "Quad.h" #include "Tri.h" diff --git a/MeshLib/Elements/PyramidRule13.cpp b/MeshLib/Elements/PyramidRule13.cpp index 1a0f3959dfb..03329440a83 100644 --- a/MeshLib/Elements/PyramidRule13.cpp +++ b/MeshLib/Elements/PyramidRule13.cpp @@ -11,8 +11,6 @@ #include "logog/include/logog.hpp" -#include "GeoLib/AnalyticalGeometry.h" - #include "MeshLib/Node.h" #include "Quad.h" #include "Tri.h" -- GitLab