Salome HOME
Merge branch 'V9_9_BR'
[modules/geom.git] / src / ShHealOper / ShHealOper_RemoveFace.hxx
index 1be119033fb8065ee6142e57d83d76d667cb9705..a29050de99d18ebb2f3b831798ac8fe6c4ab22c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -27,7 +27,6 @@
 #ifndef ShHealOper_RemoveFace_HeaderFile
 #define ShHealOper_RemoveFace_HeaderFile
 
-#include <MMgt_TShared.hxx>
 #include <ShHealOper_Tool.hxx>
 #include <TopoDS_Shape.hxx>
 #include <TopTools_SequenceOfShape.hxx>
@@ -50,7 +49,7 @@ class ShHealOper_RemoveFace : public ShHealOper_Tool
   Standard_EXPORT ShHealOper_RemoveFace (const TopoDS_Shape& theShape);
   // Constructor initialized by shape from which faces will be removed.
   Standard_EXPORT virtual void Init(const TopoDS_Shape& theShape);
-   //Method for initalization by whole shape.
+   //Method for initialization by whole shape.
   Standard_EXPORT Standard_Boolean Perform();
   //Removes all faces from specified shape.