Skip to content
Snippets Groups Projects
Commit ac615b7b authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[MeL] Remove unused includes.

parent c298e940
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "MeshIO.h" #include "MeshIO.h"
#include <iomanip> #include <iomanip>
#include <memory>
#include <sstream> #include <sstream>
#include <logog/include/logog.hpp> #include <logog/include/logog.hpp>
...@@ -26,8 +27,6 @@ ...@@ -26,8 +27,6 @@
#include "BaseLib/FileTools.h" #include "BaseLib/FileTools.h"
#include "BaseLib/StringTools.h" #include "BaseLib/StringTools.h"
#include "GeoLib/GEOObjects.h"
#include "MeshLib/Elements/Elements.h" #include "MeshLib/Elements/Elements.h"
#include "MeshLib/Node.h" #include "MeshLib/Node.h"
#include "MeshLib/Location.h" #include "MeshLib/Location.h"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef MESHIO_H_ #ifndef MESHIO_H_
#define MESHIO_H_ #define MESHIO_H_
#include <iosfwd>
#include <string> #include <string>
#include <vector> #include <vector>
#include <boost/optional.hpp> #include <boost/optional.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment