diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h
index f09e768b559c851176ace1f2bb561fd2acc392c2..0327145144ba58c963546f0a45d5a2734060cda6 100644
--- a/GeoLib/AABB.h
+++ b/GeoLib/AABB.h
@@ -24,8 +24,6 @@
 #include <tuple>
 #include <vector>
 
-#include "BaseLib/Logging.h"
-
 #include "BaseLib/Error.h"
 #include "MathLib/Point3d.h"
 #include "MathLib/MathTools.h"
diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp
index 93ebe4765d38bc664f0037be9267ad820151f33a..7c01731b3028f2ce061a786af8161befbea62cdd 100644
--- a/GeoLib/Polygon.cpp
+++ b/GeoLib/Polygon.cpp
@@ -15,7 +15,6 @@
 #include "Polygon.h"
 
 #include <boost/math/constants/constants.hpp>
-#include "BaseLib/Logging.h"
 
 #include "BaseLib/quicksort.h"
 
diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp
index 0337b17aa3fca840e33ec1f34940e792b324b0ed..7cdd4653a028405f54c7364d53184597aeff5835 100644
--- a/GeoLib/Raster.cpp
+++ b/GeoLib/Raster.cpp
@@ -13,8 +13,6 @@
 
 #include <fstream>
 
-#include "BaseLib/Logging.h"
-
 #include "Raster.h"
 
 // BaseLib
diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp
index 5cba7ba68bf815c4fdcc8b21c8318dae2da4f52a..28b7638ddcc220e95f953442719e50e51f1caf00 100644
--- a/GeoLib/Surface.cpp
+++ b/GeoLib/Surface.cpp
@@ -9,8 +9,6 @@
 
 #include <list>
 
-#include "BaseLib/Logging.h"
-
 #include "Surface.h"
 
 // GeoLib