From f850166b4ac372ba23d6bbd8cb6ee474b9603bbc Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Fri, 20 Nov 2020 11:44:41 +0100
Subject: [PATCH] [MaL] Remove unused include.

---
 MathLib/Point3d.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h
index 3a0754b0e2e..d287253458d 100644
--- a/MathLib/Point3d.h
+++ b/MathLib/Point3d.h
@@ -18,7 +18,6 @@
 #include "mathlib_export.h"
 
 #include "TemplatePoint.h"
-#include "MathTools.h"
 
 namespace MathLib
 {
-- 
GitLab