From ac615b7b40644b381533186389e2f9bcc8c08b4c Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Fri, 17 Jun 2016 13:43:10 +0200
Subject: [PATCH] [MeL] Remove unused includes.

---
 MeshLib/IO/Legacy/MeshIO.cpp | 3 +--
 MeshLib/IO/Legacy/MeshIO.h   | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/MeshLib/IO/Legacy/MeshIO.cpp b/MeshLib/IO/Legacy/MeshIO.cpp
index eab8548fb5c..24664107dab 100644
--- a/MeshLib/IO/Legacy/MeshIO.cpp
+++ b/MeshLib/IO/Legacy/MeshIO.cpp
@@ -19,6 +19,7 @@
 #include "MeshIO.h"
 
 #include <iomanip>
+#include <memory>
 #include <sstream>
 
 #include <logog/include/logog.hpp>
@@ -26,8 +27,6 @@
 #include "BaseLib/FileTools.h"
 #include "BaseLib/StringTools.h"
 
-#include "GeoLib/GEOObjects.h"
-
 #include "MeshLib/Elements/Elements.h"
 #include "MeshLib/Node.h"
 #include "MeshLib/Location.h"
diff --git a/MeshLib/IO/Legacy/MeshIO.h b/MeshLib/IO/Legacy/MeshIO.h
index 8ee1970b949..54a8148f314 100644
--- a/MeshLib/IO/Legacy/MeshIO.h
+++ b/MeshLib/IO/Legacy/MeshIO.h
@@ -16,7 +16,6 @@
 #ifndef MESHIO_H_
 #define MESHIO_H_
 
-#include <iosfwd>
 #include <string>
 #include <vector>
 #include <boost/optional.hpp>
-- 
GitLab