mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
CR32614 Coding - get rid of unsused forward declarations [Adaptor2d to GccAna]
Packages from Adaptor2d to GccAna are processed.
This commit is contained in:
@@ -23,11 +23,6 @@
|
||||
|
||||
class TopoDS_Shell;
|
||||
class TopoDS_Solid;
|
||||
class BRepClass3d_Intersector3d;
|
||||
class BRepClass3d_SolidExplorer;
|
||||
class BRepClass3d_SolidPassiveClassifier;
|
||||
class BRepClass3d_SClassifier;
|
||||
class BRepClass3d_SolidClassifier;
|
||||
|
||||
|
||||
|
||||
|
@@ -28,8 +28,6 @@
|
||||
#include <TopAbs_State.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
class gp_Lin;
|
||||
class TopoDS_Face;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
|
||||
|
@@ -26,10 +26,8 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TopAbs_State.hxx>
|
||||
class Standard_DomainError;
|
||||
class BRepClass3d_SolidExplorer;
|
||||
class gp_Pnt;
|
||||
class TopoDS_Face;
|
||||
|
||||
|
||||
//! Provides an algorithm to classify a point in a solid.
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <BRepClass3d_SolidExplorer.hxx>
|
||||
#include <BRepClass3d_SClassifier.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_DomainError;
|
||||
class TopoDS_Shape;
|
||||
class gp_Pnt;
|
||||
|
||||
|
Reference in New Issue
Block a user