1
0
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:
abv 2014-08-14 17:20:14 +04:00
parent ec357c5cbb
commit 4f953fa991
6 changed files with 16 additions and 9 deletions

View 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>

View 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>

View File

@ -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,

View File

@ -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>

View File

@ -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) { }

View 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);