mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
CR32614 Coding - get rid of unsused forward declarations [Adaptor2d to GccAna]
Packages from Adaptor2d to GccAna are processed.
This commit is contained in:
@@ -28,12 +28,7 @@
|
||||
#include <gp_Dir.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <gp_Circ.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class gp_Sphere;
|
||||
class gp_Dir;
|
||||
class gp_Pnt;
|
||||
class gp_Cylinder;
|
||||
class gp_Cone;
|
||||
class gp_Lin;
|
||||
|
@@ -34,9 +34,6 @@
|
||||
#include <gp_Elips2d.hxx>
|
||||
#include <gp_Hypr2d.hxx>
|
||||
#include <gp_Parab2d.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_DomainError;
|
||||
class gp_Pnt2d;
|
||||
class gp_Vec2d;
|
||||
class Geom2d_BezierCurve;
|
||||
|
@@ -31,8 +31,6 @@
|
||||
#include <gp_Lin.hxx>
|
||||
#include <gp_Circ.hxx>
|
||||
class IntSurf_LineOn2S;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class IntSurf_PntOn2S;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <IntSurf_Transition.hxx>
|
||||
|
||||
class Adaptor3d_HVertex;
|
||||
class Standard_DomainError;
|
||||
class gp_Pnt;
|
||||
class IntSurf_Transition;
|
||||
|
||||
|
||||
//! Definition of a vertex on the contour line.
|
||||
|
@@ -26,11 +26,7 @@
|
||||
#include <math_FunctionSetWithDerivatives.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
|
||||
class gp_Pnt;
|
||||
class gp_Dir;
|
||||
class math_Matrix;
|
||||
class gp_Vec;
|
||||
class gp_Dir2d;
|
||||
|
||||
|
||||
//! This class describes the function on a parametric surface.
|
||||
|
Reference in New Issue
Block a user