diff --git a/MeshLib/MeshGenerators/VtkMeshConverter.h b/MeshLib/MeshGenerators/VtkMeshConverter.h index 883ac6e0563a8225a690b6c34728815250672bf7..f7ba3cbcab8f880d513db47898491cd905497947 100644 --- a/MeshLib/MeshGenerators/VtkMeshConverter.h +++ b/MeshLib/MeshGenerators/VtkMeshConverter.h @@ -18,11 +18,9 @@ #include <vtkType.h> #include "BaseLib/Logging.h" - #include "GeoLib/Raster.h" #include "MeshLib/Location.h" #include "MeshLib/MeshEnums.h" -#include "MeshLib/Node.h" #include "MeshLib/Properties.h" #include "MeshLib/PropertyVector.h" @@ -32,7 +30,8 @@ class vtkDataArray; // For node/cell properties namespace MeshLib { class Mesh; -class Properties; +class Element; +class Node; /** * \brief Converter for VtkUnstructured Grids to OGS meshes