0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BinMFunction / BinMFunction.cxx
index 15e5b1c..f9c09dc 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BinMFunction.ixx>
+
 #include <BinMDF_ADriverTable.hxx>
-#include <CDM_MessageDriver.hxx>
+#include <BinMFunction.hxx>
 #include <BinMFunction_FunctionDriver.hxx>
 #include <BinMFunction_GraphNodeDriver.hxx>
 #include <BinMFunction_ScopeDriver.hxx>
+#include <CDM_MessageDriver.hxx>
 
 //=======================================================================
 //function : AddDrivers
 //purpose  : 
 //=======================================================================
-
 void BinMFunction::AddDrivers (const Handle(BinMDF_ADriverTable)& theDriverTable,
                               const Handle(CDM_MessageDriver)&   theMsgDriver)
 {