mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50: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:
@@ -26,14 +26,6 @@ class TopoDS_Wire;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
class Adaptor3d_Curve;
|
||||
class BRepCheck_Result;
|
||||
class BRepCheck_Vertex;
|
||||
class BRepCheck_Edge;
|
||||
class BRepCheck_Wire;
|
||||
class BRepCheck_Face;
|
||||
class BRepCheck_Shell;
|
||||
class BRepCheck_Solid;
|
||||
class BRepCheck_Analyzer;
|
||||
|
||||
|
||||
//! This package provides tools to check the validity
|
||||
|
@@ -25,9 +25,6 @@
|
||||
#include <BRepCheck_IndexedDataMapOfShapeResult.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TopAbs_ShapeEnum.hxx>
|
||||
class Standard_NullObject;
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
class BRepCheck_Result;
|
||||
|
||||
//! A framework to check the overall
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <BRepCheck_DataMapOfShapeListOfStatus.hxx>
|
||||
#include <BRepCheck_ListOfStatus.hxx>
|
||||
|
||||
class BRepCheck_ParallelAnalyzer;
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
|
||||
DEFINE_STANDARD_HANDLE(BRepCheck_Result, Standard_Transient)
|
||||
|
||||
|
Reference in New Issue
Block a user