0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / IGESDefs / IGESDefs_ToolAttributeTable.cxx
index cc6016c..a8840d5 100644 (file)
 //--------------------------------------------------------------------
 //--------------------------------------------------------------------
 
-#include <IGESDefs_ToolAttributeTable.ixx>
+#include <IGESData_DirChecker.hxx>
+#include <IGESData_Dump.hxx>
+#include <IGESData_HArray1OfIGESEntity.hxx>
+#include <IGESData_IGESDumper.hxx>
+#include <IGESData_IGESReaderData.hxx>
+#include <IGESData_IGESWriter.hxx>
 #include <IGESData_ParamCursor.hxx>
+#include <IGESData_ParamReader.hxx>
 #include <IGESDefs_AttributeDef.hxx>
-#include <TColStd_HArray2OfTransient.hxx>
-#include <TColStd_HArray1OfReal.hxx>
-#include <TColStd_HArray1OfInteger.hxx>
+#include <IGESDefs_AttributeTable.hxx>
+#include <IGESDefs_ToolAttributeTable.hxx>
+#include <Interface_Check.hxx>
+#include <Interface_CopyTool.hxx>
+#include <Interface_EntityIterator.hxx>
 #include <Interface_HArray1OfHAsciiString.hxx>
-#include <IGESData_HArray1OfIGESEntity.hxx>
-#include <TCollection_HAsciiString.hxx>
 #include <Interface_Macros.hxx>
-#include <IGESData_Dump.hxx>
-
+#include <Interface_ShareTool.hxx>
+#include <Message_Messenger.hxx>
+#include <Standard_DomainError.hxx>
+#include <TCollection_HAsciiString.hxx>
+#include <TColStd_HArray1OfInteger.hxx>
+#include <TColStd_HArray1OfReal.hxx>
+#include <TColStd_HArray2OfTransient.hxx>
 
 IGESDefs_ToolAttributeTable::IGESDefs_ToolAttributeTable ()    {  }