mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0032696: Coding - get rid of unused forward declarations [StepSelect to Xw]
Packages starting with lower-case (gp and gce) are also processed.
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#include <gp_Dir.hxx>
|
||||
#include <Precision.hxx>
|
||||
|
||||
class Standard_ConstructionError;
|
||||
class gp_Pnt;
|
||||
class gp_Trsf;
|
||||
class gp_Vec;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
class gp_Vec2d;
|
||||
class gp_XY;
|
||||
class gp_Ax2d;
|
||||
class gp_Trsf2d;
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
class gp_Trsf;
|
||||
class gp_Mat;
|
||||
|
||||
// Avoid possible conflict with SetForm macro defined by windows.h
|
||||
#ifdef SetForm
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
class gp_Trsf2d;
|
||||
class gp_Mat2d;
|
||||
|
||||
//! Defines a non persistent transformation in 2D space.
|
||||
//! This transformation is a general transformation.
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
class gp_Trsf2d;
|
||||
class gp_GTrsf2d;
|
||||
class gp_XY;
|
||||
|
||||
//! Describes a two column, two row matrix.
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
|
||||
class gp_XYZ;
|
||||
class Standard_OutOfRange;
|
||||
class gp_Ax1;
|
||||
class gp_Ax2;
|
||||
class gp_Trsf;
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
|
||||
class Standard_OutOfRange;
|
||||
class gp_XY;
|
||||
class gp_Ax2d;
|
||||
class gp_Trsf2d;
|
||||
class gp_Vec2d;
|
||||
|
||||
@@ -21,13 +21,10 @@
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
class gp_GTrsf2d;
|
||||
class gp_Trsf;
|
||||
class gp_Pnt2d;
|
||||
class gp_Ax2d;
|
||||
class gp_Vec2d;
|
||||
class gp_XY;
|
||||
class gp_Mat2d;
|
||||
|
||||
//! Defines a non-persistent transformation in 2D space.
|
||||
//! The following transformations are implemented :
|
||||
|
||||
Reference in New Issue
Block a user