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:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user