mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0024947: Redesign OCCT legacy type system -- final corrections
Remaining missing includes added manually
This commit is contained in:
parent
ec357c5cbb
commit
4f953fa991
@ -36,6 +36,7 @@
|
||||
#include <IFSelect_DispGlobal.hxx>
|
||||
#include <IFSelect_DispPerCount.hxx>
|
||||
#include <IFSelect_TransformStandard.hxx>
|
||||
#include <IFSelect_Modifier.hxx>
|
||||
|
||||
#include <Interface_Macros.hxx>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -18,9 +18,12 @@
|
||||
#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,
|
||||
|
@ -19,6 +19,12 @@
|
||||
#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>
|
||||
|
@ -14,13 +14,10 @@
|
||||
#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) { }
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user