0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRep / BRep_CurveOn2Surfaces.cxx
index 5953301..0541c96 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRep_CurveOn2Surfaces.ixx>
 
+#include <BRep_CurveOn2Surfaces.hxx>
+#include <BRep_CurveRepresentation.hxx>
+#include <Geom_Surface.hxx>
+#include <gp_Pnt.hxx>
+#include <Standard_NullObject.hxx>
+#include <Standard_Type.hxx>
+#include <TopLoc_Location.hxx>
 
 //=======================================================================
 //function : BRep_CurveOn2Surfaces
 //purpose  : 
 //=======================================================================
-
 BRep_CurveOn2Surfaces::BRep_CurveOn2Surfaces(const Handle(Geom_Surface)& S1,
                                             const Handle(Geom_Surface)& S2,
                                             const TopLoc_Location& L1,