1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

0032630: Coding - get rid of unsused forward declarations [BinMDF to IFSelect]

This commit is contained in:
aml
2021-10-18 09:46:19 +03:00
committed by smoskvin
parent 5f69cfa70c
commit 5b756182c2
305 changed files with 0 additions and 895 deletions

View File

@@ -23,7 +23,6 @@
#include <Geom2dToIGES_Geom2dEntity.hxx>
#include <Standard_Real.hxx>
class Geom2dToIGES_Geom2dEntity;
class IGESData_IGESEntity;
class Geom2d_Curve;

View File

@@ -22,7 +22,6 @@
#include <Standard_Handle.hxx>
#include <Geom2dToIGES_Geom2dEntity.hxx>
class Geom2dToIGES_Geom2dEntity;
class IGESGeom_Point;
class Geom2d_Point;
class Geom2d_CartesianPoint;

View File

@@ -22,7 +22,6 @@
#include <Standard_Handle.hxx>
#include <Geom2dToIGES_Geom2dEntity.hxx>
class Geom2dToIGES_Geom2dEntity;
class IGESGeom_Direction;
class Geom2d_Vector;
class Geom2d_VectorWithMagnitude;