0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRep / BRep_TEdge.cxx
index 14c2486..4f79b29 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRep_TEdge.ixx>
-#include <TopAbs.hxx>
+
+#include <BRep_CurveOn2Surfaces.hxx>
 #include <BRep_CurveRepresentation.hxx>
-#include <BRep_ListOfCurveRepresentation.hxx>
-#include <BRep_ListIteratorOfListOfCurveRepresentation.hxx>
 #include <BRep_GCurve.hxx>
-#include <BRep_CurveOn2Surfaces.hxx>
+#include <BRep_ListIteratorOfListOfCurveRepresentation.hxx>
+#include <BRep_ListOfCurveRepresentation.hxx>
+#include <BRep_TEdge.hxx>
+#include <Standard_Type.hxx>
+#include <TopAbs.hxx>
+#include <TopoDS_TShape.hxx>
 
 static const Standard_Integer ParameterMask       = 1;
 static const Standard_Integer RangeMask           = 2;