0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / Intf / Intf_SectionLine.cxx
index c2eb96b..87c36f5 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <Intf_SectionLine.ixx>
+
+#include <Intf_SectionLine.hxx>
+#include <Intf_SectionPoint.hxx>
+#include <Standard_OutOfRange.hxx>
 
 //=======================================================================
 //function : Intf_SectionLine
 //purpose  : Construct
 //=======================================================================
-
 Intf_SectionLine::Intf_SectionLine ()
      : closed(Standard_False)
 {}