0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BinMDocStd / BinMDocStd_XLinkDriver.cxx
index 06dfcae..6e63d3d 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BinMDocStd_XLinkDriver.ixx>
-#include <CDM_MessageDriver.hxx>
-#include <TDF_Attribute.hxx>
-#include <TDocStd_XLink.hxx>
+
 #include <BinMDF_ADriver.hxx>
+#include <BinMDocStd_XLinkDriver.hxx>
 #include <BinObjMgt_Persistent.hxx>
 #include <BinObjMgt_RRelocationTable.hxx>
 #include <BinObjMgt_SRelocationTable.hxx>
+#include <CDM_MessageDriver.hxx>
+#include <Standard_Type.hxx>
+#include <TDF_Attribute.hxx>
+#include <TDocStd_XLink.hxx>
+
 //=======================================================================
 //function : BinMDocStd_XLinkDriver
 //purpose  : 
 //=======================================================================
-
 BinMDocStd_XLinkDriver::BinMDocStd_XLinkDriver
                         (const Handle(CDM_MessageDriver)& theMsgDriver)
      : BinMDF_ADriver (theMsgDriver, STANDARD_TYPE(TDocStd_XLink)->Name())