From 53b5b200f5f267166b419d98c73a406479b3a25e Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Mon, 21 Dec 2020 10:09:42 +0100
Subject: [PATCH] [T/MeL] Remove unused include "DenseMatrix.h".

---
 Applications/FileIO/Gmsh/GMSHInterface.h      | 1 -
 Tests/GeoLib/TestSurfaceIsPointInSurface.cpp  | 1 -
 Tests/MeshLib/TestCoordinatesMappingLocal.cpp | 1 -
 3 files changed, 3 deletions(-)

diff --git a/Applications/FileIO/Gmsh/GMSHInterface.h b/Applications/FileIO/Gmsh/GMSHInterface.h
index e7d333c3a43..ef6b6004840 100644
--- a/Applications/FileIO/Gmsh/GMSHInterface.h
+++ b/Applications/FileIO/Gmsh/GMSHInterface.h
@@ -18,7 +18,6 @@
 
 #include "Applications/FileIO/Gmsh/GMSHPoint.h"
 #include "BaseLib/IO/Writer.h"
-#include "MathLib/LinAlg/Dense/DenseMatrix.h"
 
 namespace GeoLib
 {
diff --git a/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp b/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp
index a9cf956bbe8..8e4cc2eae79 100644
--- a/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp
+++ b/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp
@@ -24,7 +24,6 @@
 #include "GeoLib/Triangle.h"
 #include "GeoLib/AnalyticalGeometry.h"
 
-#include "MathLib/LinAlg/Dense/DenseMatrix.h"
 #include "MathLib/Point3d.h"
 
 #include "MeshLib/Mesh.h"
diff --git a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp
index 221694d1388..b681ccb5c81 100644
--- a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp
+++ b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp
@@ -18,7 +18,6 @@
 #include <Eigen/Eigen>
 
 #include "GeoLib/AnalyticalGeometry.h"
-#include "MathLib/LinAlg/Dense/DenseMatrix.h"
 
 #include "MeshLib/CoordinateSystem.h"
 #include "MeshLib/Node.h"
-- 
GitLab