diff --git a/MeshLib/Elements/HexRule20.cpp b/MeshLib/Elements/HexRule20.cpp
index 0faad43b65fa9119f4967c7c11a585734c1733d6..c926e84cd30bce577eb06634cf6d0a98b03b82b6 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 e441b93b54764b6aa3ae40abdf971f0ebb2bb2fc..d9f3512efe595d446b0eae19a5c3613079f8c228 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 eab7332d0463e40337b9c402dfe411682656e4d8..80e24a8b474e3eef67da6f1399327ef50be097fb 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 1a0f3959dfb94a22fed0bf94f9c8ba7a524d89dd..03329440a83e2b19be0cf9a0c4118dc9329cb607 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"