0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / TDataStd / TDataStd_DeltaOnModificationOfIntArray.cxx
index 9acfe8b..6414cf5 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <TDataStd_DeltaOnModificationOfIntArray.ixx>
-#include <TDataStd_IntegerArray.hxx>
-#include <TDF_DeltaOnModification.hxx>
-#include <TDF_Label.hxx>
+
+#include <Standard_Type.hxx>
 #include <TColStd_HArray1OfInteger.hxx>
-#include <TColStd_ListOfInteger.hxx>
 #include <TColStd_ListIteratorOfListOfInteger.hxx>
+#include <TColStd_ListOfInteger.hxx>
+#include <TDataStd_DeltaOnModificationOfIntArray.hxx>
+#include <TDataStd_IntegerArray.hxx>
 #include <TDF_AttributeIterator.hxx>
+#include <TDF_DeltaOnModification.hxx>
+#include <TDF_Label.hxx>
+
 #ifdef OCCT_DEBUG
 #define MAXUP 1000
 #endif