mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024710: Avoid including Handle_Class.hxx headers except where necessary
Includes of Handle*.hxx headers replaced by include of corresponding class (where possible without redesign of the classes). Minor correction against compiler warning (vc10 64-bit) in BOPAlgo Remove double header inclusions Correction of minor mistake
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#define VrmlData_DataMapOfShapeAppearance_HeaderFile
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <Handle_TopoDS_TShape.hxx>
|
||||
#include <VrmlData_Appearance.hxx>
|
||||
#include <TopoDS_TShape.hxx>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#define VrmlData_Geometry_HeaderFile
|
||||
|
||||
#include <VrmlData_Node.hxx>
|
||||
#include <Handle_TopoDS_TShape.hxx>
|
||||
#include <TopoDS_TShape.hxx>
|
||||
|
||||
/**
|
||||
* Implementation of the Geometry node.
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#ifndef VrmlData_Node_HeaderFile
|
||||
#define VrmlData_Node_HeaderFile
|
||||
|
||||
#include <Handle_Standard_Type.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <Standard_DefineHandle.hxx>
|
||||
#include <Standard_TypeDef.hxx>
|
||||
|
Reference in New Issue
Block a user