mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0026850: Replace nested instantiations of TCollection generic classes by NCollection templates
Remaining instantiations of NCollection generics are converted to NCollection templates; unused and duplicates removed
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Extrema_POnCurv.hxx>
|
||||
#include <Extrema_SequenceOfPOnCurv.hxx>
|
||||
|
||||
class Standard_DomainError;
|
||||
class StdFail_NotDone;
|
||||
class Adaptor3d_Curve;
|
||||
@@ -32,9 +34,6 @@ class Extrema_POnCurv;
|
||||
class gp_Pnt;
|
||||
class gp_Vec;
|
||||
class Extrema_CCLocFOfLocECC;
|
||||
class Extrema_SeqPOnCOfCCLocFOfLocECC;
|
||||
|
||||
|
||||
|
||||
class Extrema_LocECC
|
||||
{
|
||||
|
Reference in New Issue
Block a user