1
0
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:
aml
2021-10-12 07:44:06 +03:00
committed by smoskvin
parent 16f9b46dbb
commit 0c9c466e9d
386 changed files with 0 additions and 961 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)