mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-20 14:19:53 +08: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,7 @@
|
||||
#define ShapeProcess_OperFunc_HeaderFile
|
||||
|
||||
#include <Standard_Type.hxx>
|
||||
#include <Handle_ShapeProcess_Context.hxx>
|
||||
#include <ShapeProcess_Context.hxx>
|
||||
|
||||
typedef Standard_Boolean (*ShapeProcess_OperFunc) (const Handle(ShapeProcess_Context)& context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user