Salome HOME
export into medcoupling data structure
[plugins/hexablockplugin.git] / src / HEXABLOCKPlugin / HEXABLOCKPlugin_mesh.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 4e72b89..96dcabd
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -26,8 +26,9 @@
 #include <SALOMEconfig.h>
 #include "HEXABLOCKPlugin_Defs.hxx"
 
-#include "SMESH_Mesh.hxx"
+#include "SMESHDS_Mesh.hxx"
 #include "SMESH_Group.hxx"
+#include "SMESH_Mesh.hxx"
 #include "hexa_base.hxx" // from HexaBlocks
 #include "HexFaceShape.hxx" // from HexaBlocks
 
@@ -38,7 +39,6 @@
 #include <gp_Pnt.hxx>
 #include <gp_Vec.hxx>
 #include <TopoDS_Face.hxx>
-#include "Handle_Geom_Curve.hxx"
 #include <BRepAdaptor_Curve.hxx>
 
 //=====================================================================