mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -14,7 +14,7 @@
|
||||
#ifndef _Interface_StaticSatisfies_HeaderFile
|
||||
#define _Interface_StaticSatisfies_HeaderFile
|
||||
|
||||
#include <Handle_TCollection_HAsciiString.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
typedef Standard_Boolean (*Interface_StaticSatisfies) (const Handle(TCollection_HAsciiString)& val);
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#ifndef _Interface_ValueInterpret_HeaderFile
|
||||
#define _Interface_ValueInterpret_HeaderFile
|
||||
|
||||
#include <Handle_TCollection_HAsciiString.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
typedef Handle(TCollection_HAsciiString) (*Interface_ValueInterpret) (const Handle(Interface_TypedValue)& typval, const Handle(TCollection_HAsciiString)& val, const Standard_Boolean native);
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#ifndef _Interface_ValueSatisfies_HeaderFile
|
||||
#define _Interface_ValueSatisfies_HeaderFile
|
||||
|
||||
#include <Handle_TCollection_HAsciiString.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
typedef Standard_Boolean (*Interface_ValueSatisfies) (const Handle(TCollection_HAsciiString)& val);
|
||||
|
||||
|
Reference in New Issue
Block a user