0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRep / BRep_PolygonOnSurface.cxx
index 42becce..1904c30 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRep_PolygonOnSurface.ixx>
-
 
+#include <BRep_CurveRepresentation.hxx>
+#include <BRep_PolygonOnSurface.hxx>
+#include <Geom_Surface.hxx>
+#include <Poly_Polygon2D.hxx>
+#include <Standard_DomainError.hxx>
+#include <Standard_Type.hxx>
+#include <TopLoc_Location.hxx>
 
 //=======================================================================
 //function : BRep_PolygonOnSurface
 //purpose  : 
 //=======================================================================
-
 BRep_PolygonOnSurface::BRep_PolygonOnSurface(const Handle(Poly_Polygon2D)& P, 
                                             const Handle(Geom_Surface)&   S, 
                                             const TopLoc_Location&        L):