0030675: Visualization - remove redundant proxy classes in hierarchy of PrsMgr_Presen...
[occt.git] / src / IGESGeom / IGESGeom_ToolPoint.cxx
index 80be9fe..bc134d8 100644 (file)
 //--------------------------------------------------------------------
 //--------------------------------------------------------------------
 
-#include <IGESGeom_ToolPoint.ixx>
-#include <IGESData_ParamCursor.hxx>
-#include <IGESBasic_SubfigureDef.hxx>
-#include <gp_XYZ.hxx>
 #include <gp_Pnt.hxx>
+#include <gp_XYZ.hxx>
+#include <IGESBasic_SubfigureDef.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 <IGESData_Status.hxx>
+#include <IGESGeom_Point.hxx>
+#include <IGESGeom_ToolPoint.hxx>
+#include <Interface_Check.hxx>
+#include <Interface_CopyTool.hxx>
+#include <Interface_EntityIterator.hxx>
 #include <Interface_Macros.hxx>
-
-// MGE 28/07/98
+#include <Interface_ShareTool.hxx>
+#include <Message_Messenger.hxx>
 #include <Message_Msg.hxx>
-#include <IGESData_Status.hxx>
+#include <Standard_DomainError.hxx>
 
+// MGE 28/07/98
 IGESGeom_ToolPoint::IGESGeom_ToolPoint ()    {  }