0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / IGESDimen / IGESDimen_ToolGeneralNote.cxx
index 46dbd8d..08cf60d 100644 (file)
 //--------------------------------------------------------------------
 //--------------------------------------------------------------------
 
-#include <IGESDimen_ToolGeneralNote.ixx>
+#include <gp_Pnt.hxx>
+#include <gp_XYZ.hxx>
+#include <IGESData_DirChecker.hxx>
+#include <IGESData_Dump.hxx>
+#include <IGESData_IGESDumper.hxx>
+#include <IGESData_IGESReaderData.hxx>
+#include <IGESData_IGESWriter.hxx>
 #include <IGESData_ParamCursor.hxx>
+#include <IGESData_ParamReader.hxx>
+#include <IGESDimen_GeneralNote.hxx>
+#include <IGESDimen_ToolGeneralNote.hxx>
+#include <IGESGraph_HArray1OfTextFontDef.hxx>
 #include <IGESGraph_TextFontDef.hxx>
-#include <TCollection_HAsciiString.hxx>
-#include <gp_XYZ.hxx>
-#include <gp_Pnt.hxx>
-#include <TColgp_HArray1OfXYZ.hxx>
+#include <Interface_Check.hxx>
+#include <Interface_CopyTool.hxx>
+#include <Interface_EntityIterator.hxx>
 #include <Interface_HArray1OfHAsciiString.hxx>
-#include <TColStd_HArray1OfReal.hxx>
-#include <TColStd_HArray1OfInteger.hxx>
-#include <IGESGraph_HArray1OfTextFontDef.hxx>
-#include <IGESData_Dump.hxx>
 #include <Interface_Macros.hxx>
-#include <stdio.h>
-
+#include <Interface_ShareTool.hxx>
+#include <Message_Messenger.hxx>
+#include <Standard_DomainError.hxx>
+#include <TColgp_HArray1OfXYZ.hxx>
+#include <TCollection_HAsciiString.hxx>
+#include <TColStd_HArray1OfInteger.hxx>
+#include <TColStd_HArray1OfReal.hxx>
 
+#include <stdio.h>
 IGESDimen_ToolGeneralNote::IGESDimen_ToolGeneralNote ()    {  }