Salome HOME
export into medcoupling data structure
[plugins/hexablockplugin.git] / src / HEXABLOCKPlugin / HEXABLOCKPlugin_mesh.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 6b43936..96dcabd
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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>
 
 //=====================================================================