0028966: Coding Rules - remove Adaptor2d_HCurve2d, Adaptor3d_HCurve and Adaptor3d_HSu...
[occt.git] / src / BRepExtrema / BRepExtrema_ExtFF.hxx
index 7bdbaef..74bf883 100644 (file)
 #include <Extrema_ExtSS.hxx>
 #include <TColStd_SequenceOfReal.hxx>
 #include <Extrema_SequenceOfPOnSurf.hxx>
-#include <BRepAdaptor_HSurface.hxx>
+#include <BRepAdaptor_Surface.hxx>
 #include <Extrema_POnSurf.hxx>
 #include <Standard_DefineAlloc.hxx>
 
-class BRepAdaptor_HSurface;
 class TopoDS_Face;
 class gp_Pnt;
 
-
-
 class BRepExtrema_ExtFF
 {
  public:
@@ -90,7 +87,7 @@ class BRepExtrema_ExtFF
   TColStd_SequenceOfReal mySqDist;
   Extrema_SequenceOfPOnSurf myPointsOnS1;
   Extrema_SequenceOfPOnSurf myPointsOnS2;
-  Handle(BRepAdaptor_HSurface) myHS;
+  Handle(BRepAdaptor_Surface) myHS;
 };
 
 #endif