1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0032667: Coding - get rid of unused forward declarations [LibCtl to StepRepr]

This commit is contained in:
aml
2021-11-16 17:00:04 +03:00
committed by smoskvin
parent c1e15aa538
commit a81bd74a38
284 changed files with 0 additions and 748 deletions

View File

@@ -22,8 +22,6 @@
#include <Standard_Handle.hxx>
#include <Standard_OStream.hxx>
class LocalAnalysis_SurfaceContinuity;
class LocalAnalysis_CurveContinuity;
class LocalAnalysis_SurfaceContinuity;
class LocalAnalysis_CurveContinuity;

View File

@@ -25,7 +25,6 @@
#include <GeomAbs_Shape.hxx>
#include <Standard_Boolean.hxx>
#include <LocalAnalysis_StatusErrorType.hxx>
class StdFail_NotDone;
class Geom_Curve;
class GeomLProp_CLProps;

View File

@@ -25,7 +25,6 @@
#include <GeomAbs_Shape.hxx>
#include <Standard_Boolean.hxx>
#include <LocalAnalysis_StatusErrorType.hxx>
class StdFail_NotDone;
class Geom_Surface;
class Geom2d_Curve;
class GeomLProp_SLProps;