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:
@@ -31,10 +31,11 @@
|
||||
#include <GeomAdaptor_Curve.hxx>
|
||||
#include <AIS_Drawer.hxx>
|
||||
#include <GC_MakeSegment.hxx>
|
||||
#include <Handle_Geom_Line.hxx>
|
||||
#include <Geom_Line.hxx>
|
||||
#include <Quantity_Color.hxx>
|
||||
#include <AIS_GraphicTool.hxx>
|
||||
#include <UnitsAPI.hxx>
|
||||
|
||||
//==================================================================
|
||||
// function: FindLimits
|
||||
// purpose:
|
||||
|
@@ -22,10 +22,10 @@
|
||||
#include <Image_PixMap.hxx>
|
||||
#include <Standard_DefineHandle.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <Handle_Graphic3d_AspectFillArea3d.hxx>
|
||||
#include <Handle_Graphic3d_Texture2Dmanual.hxx>
|
||||
#include <Handle_Prs3d_Presentation.hxx>
|
||||
#include <Handle_PrsMgr_PresentationManager3d.hxx>
|
||||
#include <Graphic3d_AspectFillArea3d.hxx>
|
||||
#include <Graphic3d_Texture2Dmanual.hxx>
|
||||
#include <Prs3d_Presentation.hxx>
|
||||
#include <PrsMgr_PresentationManager3d.hxx>
|
||||
|
||||
class Graphic3d_AspectFillArea3d;
|
||||
class Graphic3d_Texture2Dmanual;
|
||||
|
Reference in New Issue
Block a user