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