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

@@ -23,8 +23,6 @@
#include <gp_Cone.hxx>
#include <ProjLib_Projector.hxx>
class Standard_NoSuchObject;
class gp_Cone;
class gp_Lin;
class gp_Circ;
class gp_Elips;

View File

@@ -23,8 +23,6 @@
#include <gp_Cylinder.hxx>
#include <ProjLib_Projector.hxx>
class Standard_NoSuchObject;
class gp_Cylinder;
class gp_Lin;
class gp_Circ;
class gp_Elips;

View File

@@ -23,8 +23,6 @@
#include <gp_Pln.hxx>
#include <ProjLib_Projector.hxx>
class Standard_NoSuchObject;
class gp_Pln;
class gp_Lin;
class gp_Circ;
class gp_Elips;

View File

@@ -26,13 +26,6 @@
#include <GeomAbs_Shape.hxx>
#include <TColStd_Array1OfReal.hxx>
class Standard_OutOfRange;
class Standard_NoSuchObject;
class Standard_DomainError;
class Standard_ConstructionError;
class Standard_NotImplemented;
class gp_Ax3;
class gp_Dir;
class gp_Pnt;
class gp_Vec;
class gp_Lin;

View File

@@ -31,13 +31,6 @@
#include <Standard_Real.hxx>
class Geom2d_BSplineCurve;
class Geom2d_BezierCurve;
class Standard_NoSuchObject;
class Standard_NotImplemented;
class gp_Lin2d;
class gp_Circ2d;
class gp_Elips2d;
class gp_Hypr2d;
class gp_Parab2d;
class gp_Lin;
class gp_Circ;
class gp_Elips;

View File

@@ -24,8 +24,6 @@
#include <gp_Sphere.hxx>
#include <ProjLib_Projector.hxx>
#include <Standard_Real.hxx>
class Standard_NoSuchObject;
class gp_Sphere;
class gp_Circ;
class gp_Lin;
class gp_Elips;

View File

@@ -23,8 +23,6 @@
#include <gp_Torus.hxx>
#include <ProjLib_Projector.hxx>
class Standard_NoSuchObject;
class gp_Torus;
class gp_Circ;
class gp_Lin;
class gp_Elips;