]> OCCT Git - occt-copy.git/commitdiff
0024947: Redesign OCCT legacy type system -- final corrections
authorabv <abv@opencascade.com>
Thu, 14 Aug 2014 13:20:14 +0000 (17:20 +0400)
committerabv <abv@opencascade.com>
Sat, 11 Jul 2015 08:06:36 +0000 (11:06 +0300)
Remaining missing includes added manually

src/IFSelect/IFSelect_BasicDumper.cxx
src/IFSelect/IFSelect_Functions.cxx
src/IGESData/IGESData_GeneralModule.cxx
src/IGESData/IGESData_IGESReaderTool.cxx
src/IGESSelect/IGESSelect_AutoCorrect.cxx
src/OpenGl/OpenGl_Resource.hxx

index 68c08633c607933d98623d5a834525491876185e..8f05886a1a5116da3300fcb2ee489c6584a21b3f 100644 (file)
@@ -36,6 +36,7 @@
 #include <IFSelect_DispGlobal.hxx>
 #include <IFSelect_DispPerCount.hxx>
 #include <IFSelect_TransformStandard.hxx>
+#include <IFSelect_Modifier.hxx>
 
 #include <Interface_Macros.hxx>
 
index 1f698cb7fa371e5c326de9b2a09c7bd1f15a26c6..d207082ab6f51f287801b680b232cf2ad545bf42 100644 (file)
@@ -73,6 +73,7 @@
 #include <IFSelect_Editor.hxx>
 #include <IFSelect_EditForm.hxx>
 #include <IFSelect_ListEditor.hxx>
+#include <IFSelect_Transformer.hxx>
 
 #include <Interface_Macros.hxx>
 #include <Interface_Version.hxx>
index d112ccdc2b27531cd45664b38ac66c18311d84ad..8d49184cc80e6310ba6edbdc488293b0321957b9 100644 (file)
 #include <IGESData_IGESEntity.hxx>
 #include <TCollection_HAsciiString.hxx>
 #include <Interface_Macros.hxx>
-
-
-
+#include <IGESData_LineFontEntity.hxx>
+#include <IGESData_LevelListEntity.hxx>
+#include <IGESData_ViewKindEntity.hxx>
+#include <IGESData_TransfEntity.hxx>
+#include <IGESData_ColorEntity.hxx>
+#include <IGESData_LabelDisplayEntity.hxx>
 
 void  IGESData_GeneralModule::FillSharedCase
   (const Standard_Integer CN, const Handle(Standard_Transient)& ent,
index efd73025dbab18ea95d78028985700d9d287341b..c36cbf94cc6b76ef8dbd3d7a9805bd3347e00cb6 100644 (file)
 #include <IGESData_IGESModel.hxx>
 #include <IGESData_IGESEntity.hxx>
 #include <IGESData_UndefinedEntity.hxx>
+#include <IGESData_LineFontEntity.hxx>
+#include <IGESData_LevelListEntity.hxx>
+#include <IGESData_ViewKindEntity.hxx>
+#include <IGESData_TransfEntity.hxx>
+#include <IGESData_LabelDisplayEntity.hxx>
+#include <IGESData_ColorEntity.hxx>
 #include <Interface_FileParameter.hxx>
 #include <Interface_ParamList.hxx>
 #include <TCollection_HAsciiString.hxx>
index 503d65e3ff0a68a9a0d36bbc5b70bc01e31ae871..af26ee651d56c62a5e45d31b72cb957f8e8914ae 100644 (file)
 #include <IGESSelect_AutoCorrect.ixx>
 #include <IGESData_Protocol.hxx>
 #include <IGESData_BasicEditor.hxx>
+#include <IGESData_IGESEntity.hxx>
 #include <Interface_Check.hxx>
-
 #include <Interface_Macros.hxx>
 
-
-
-
 IGESSelect_AutoCorrect::IGESSelect_AutoCorrect ()
     : IGESSelect_ModelModifier (Standard_False)    {  }
 
index 32919117454dae4c8d99b55095226245006d73fa..c4e70ae316580527d756b646bcdcd60646185ce6 100644 (file)
@@ -16,8 +16,7 @@
 #ifndef _OpenGl_Resource_H__
 #define _OpenGl_Resource_H__
 
-#include <Standard_Transient.hxx>
-#include <Handle_Standard_Transient.hxx>
+#include <Standard_Type.hxx>
 
 class Standard_Transient;
 class Handle(Standard_Type);