1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -31,10 +31,6 @@
#include <TColgp_Array2OfPnt.hxx>
#include <GeomAbs_Shape.hxx>
class math_Matrix;
class PLib_Base;
class PLib_JacobiPolynomial;
class PLib_HermitJacobi;
class PLib_DoubleJacobiPolynomial;
//! PLib means Polynomial functions library. This pk

View File

@@ -27,7 +27,6 @@
#include <GeomAbs_Shape.hxx>
#include <Standard_Real.hxx>
class PLib_JacobiPolynomial;
class Standard_ConstructionError;
class PLib_HermitJacobi;

View File

@@ -27,7 +27,6 @@
#include <TColStd_Array1OfReal.hxx>
#include <TColStd_Array2OfReal.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class PLib_JacobiPolynomial;