1
0
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:
aml
2021-11-29 11:18:12 +03:00
committed by smoskvin
parent 250ad34d90
commit 2009530611
383 changed files with 3 additions and 1042 deletions

View File

@@ -19,8 +19,6 @@
#include <gp_Dir.hxx>
#include <Precision.hxx>
class Standard_ConstructionError;
class gp_Pnt;
class gp_Trsf;
class gp_Vec;

View File

@@ -21,7 +21,6 @@
#include <Standard_OutOfRange.hxx>
class gp_Vec2d;
class gp_XY;
class gp_Ax2d;
class gp_Trsf2d;

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 :