0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepAdaptor / BRepAdaptor_Curve2d.cxx
index f657d09..2d121be 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepAdaptor_Curve2d.ixx>
+
 #include <BRep_Tool.hxx>
+#include <BRepAdaptor_Curve2d.hxx>
+#include <Standard_NullObject.hxx>
+#include <TopoDS_Edge.hxx>
+#include <TopoDS_Face.hxx>
 
 //=======================================================================
 //function : BRepAdaptor_Curve2d
 //purpose  : 
 //=======================================================================
-
 BRepAdaptor_Curve2d::BRepAdaptor_Curve2d() 
 {
 }