diff --git a/samples/OCCTOverview/code/Sample2D_Face.h b/samples/OCCTOverview/code/Sample2D_Face.h index 45afc3d49f..8222593f9a 100644 --- a/samples/OCCTOverview/code/Sample2D_Face.h +++ b/samples/OCCTOverview/code/Sample2D_Face.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include diff --git a/samples/OCCTOverview/code/Sample2D_Markers.h b/samples/OCCTOverview/code/Sample2D_Markers.h index f29719ddbe..f0252669f4 100644 --- a/samples/OCCTOverview/code/Sample2D_Markers.h +++ b/samples/OCCTOverview/code/Sample2D_Markers.h @@ -24,6 +24,7 @@ #include #include +#include //! AIS AIS interactive object for sample 2D marker class Sample2D_Markers : public AIS_InteractiveObject diff --git a/src/AIS/AIS_LightSource.hxx b/src/AIS/AIS_LightSource.hxx index 3816b73a4a..feb5570abe 100644 --- a/src/AIS/AIS_LightSource.hxx +++ b/src/AIS/AIS_LightSource.hxx @@ -17,6 +17,8 @@ #define _AIS_LightSource_HeaderFile #include +#include +#include #include class Select3D_SensitiveSphere; diff --git a/src/AIS/AIS_TexturedShape.hxx b/src/AIS/AIS_TexturedShape.hxx index c814e3d475..acd3650d41 100644 --- a/src/AIS/AIS_TexturedShape.hxx +++ b/src/AIS/AIS_TexturedShape.hxx @@ -18,6 +18,7 @@ #include #include +#include #include #include #include diff --git a/src/AIS/AIS_XRTrackedDevice.cxx b/src/AIS/AIS_XRTrackedDevice.cxx index e64ec1d582..9835b152d0 100644 --- a/src/AIS/AIS_XRTrackedDevice.cxx +++ b/src/AIS/AIS_XRTrackedDevice.cxx @@ -15,6 +15,7 @@ #include #include +#include #include #include #include diff --git a/src/GProp/GProp.cxx b/src/GProp/GProp.cxx index 29869b049b..ee952f12fa 100644 --- a/src/GProp/GProp.cxx +++ b/src/GProp/GProp.cxx @@ -14,11 +14,8 @@ #include -#include -#include #include #include -#include void GProp::HOperator ( diff --git a/src/GProp/GProp_CelGProps.cxx b/src/GProp/GProp_CelGProps.cxx index 6ea12e4d56..25d2e939dd 100644 --- a/src/GProp/GProp_CelGProps.cxx +++ b/src/GProp/GProp_CelGProps.cxx @@ -14,11 +14,9 @@ #include -#include #include #include #include -#include #include #include #include diff --git a/src/GProp/GProp_CelGProps.hxx b/src/GProp/GProp_CelGProps.hxx index fe4172bdd9..3b1a5f3afe 100644 --- a/src/GProp/GProp_CelGProps.hxx +++ b/src/GProp/GProp_CelGProps.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include class gp_Circ; class gp_Pnt; class gp_Lin; diff --git a/src/GProp/GProp_GProps.cxx b/src/GProp/GProp_GProps.cxx index 9f71597b8d..27752b18fc 100644 --- a/src/GProp/GProp_GProps.cxx +++ b/src/GProp/GProp_GProps.cxx @@ -13,7 +13,6 @@ // commercial license or contractual agreement. -#include #include #include #include diff --git a/src/GProp/GProp_GProps.hxx b/src/GProp/GProp_GProps.hxx index 8071319d4c..4b2c88de51 100644 --- a/src/GProp/GProp_GProps.hxx +++ b/src/GProp/GProp_GProps.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include #include class gp_Ax1; class GProp_PrincipalProps; diff --git a/src/GProp/GProp_PEquation.cxx b/src/GProp/GProp_PEquation.cxx index 5d042cfd88..5bc27e66a7 100644 --- a/src/GProp/GProp_PEquation.cxx +++ b/src/GProp/GProp_PEquation.cxx @@ -13,7 +13,6 @@ // commercial license or contractual agreement. -#include #include #include #include diff --git a/src/GProp/GProp_PEquation.hxx b/src/GProp/GProp_PEquation.hxx index c2570937a2..1bdf818950 100644 --- a/src/GProp/GProp_PEquation.hxx +++ b/src/GProp/GProp_PEquation.hxx @@ -19,14 +19,11 @@ #include #include -#include #include #include #include #include -#include -#include class gp_Pln; class gp_Lin; diff --git a/src/GProp/GProp_PGProps.cxx b/src/GProp/GProp_PGProps.cxx index a1d0a0f2c9..5045926e3c 100644 --- a/src/GProp/GProp_PGProps.cxx +++ b/src/GProp/GProp_PGProps.cxx @@ -13,9 +13,6 @@ // commercial license or contractual agreement. -#include -#include -#include #include #include #include diff --git a/src/GProp/GProp_PGProps.hxx b/src/GProp/GProp_PGProps.hxx index b6a794191f..bfd18aa22a 100644 --- a/src/GProp/GProp_PGProps.hxx +++ b/src/GProp/GProp_PGProps.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include diff --git a/src/GProp/GProp_PrincipalProps.cxx b/src/GProp/GProp_PrincipalProps.cxx index 1167d535f9..28d8f10b17 100644 --- a/src/GProp/GProp_PrincipalProps.cxx +++ b/src/GProp/GProp_PrincipalProps.cxx @@ -13,10 +13,7 @@ // commercial license or contractual agreement. -#include -#include #include -#include typedef gp_Vec Vec; typedef gp_Pnt Pnt; diff --git a/src/GProp/GProp_PrincipalProps.hxx b/src/GProp/GProp_PrincipalProps.hxx index 1eaa64cf7e..b53f6c3f2d 100644 --- a/src/GProp/GProp_PrincipalProps.hxx +++ b/src/GProp/GProp_PrincipalProps.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/GProp/GProp_SelGProps.cxx b/src/GProp/GProp_SelGProps.cxx index edcb3d631e..57356e2afd 100644 --- a/src/GProp/GProp_SelGProps.cxx +++ b/src/GProp/GProp_SelGProps.cxx @@ -23,7 +23,6 @@ #include #include #include -#include GProp_SelGProps::GProp_SelGProps(){} diff --git a/src/GProp/GProp_SelGProps.hxx b/src/GProp/GProp_SelGProps.hxx index 9378651cc7..0876976c47 100644 --- a/src/GProp/GProp_SelGProps.hxx +++ b/src/GProp/GProp_SelGProps.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include class gp_Cylinder; class gp_Pnt; class gp_Cone; diff --git a/src/GProp/GProp_UndefinedAxis.hxx b/src/GProp/GProp_UndefinedAxis.hxx index 6aa342ed63..ca0f18fea4 100644 --- a/src/GProp/GProp_UndefinedAxis.hxx +++ b/src/GProp/GProp_UndefinedAxis.hxx @@ -18,7 +18,6 @@ #define _GProp_UndefinedAxis_HeaderFile #include -#include #include #include diff --git a/src/GProp/GProp_VelGProps.cxx b/src/GProp/GProp_VelGProps.cxx index 54c4019cea..efa5962096 100644 --- a/src/GProp/GProp_VelGProps.cxx +++ b/src/GProp/GProp_VelGProps.cxx @@ -13,7 +13,6 @@ // commercial license or contractual agreement. -#include #include #include #include @@ -24,7 +23,6 @@ #include #include #include -#include GProp_VelGProps::GProp_VelGProps(){} diff --git a/src/GProp/GProp_VelGProps.hxx b/src/GProp/GProp_VelGProps.hxx index 270d301adf..d5c48e4b6b 100644 --- a/src/GProp/GProp_VelGProps.hxx +++ b/src/GProp/GProp_VelGProps.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include class gp_Cylinder; class gp_Pnt; class gp_Cone; diff --git a/src/GeomConvert/GeomConvert.cxx b/src/GeomConvert/GeomConvert.cxx index c288f02b47..b607fd0b5d 100644 --- a/src/GeomConvert/GeomConvert.cxx +++ b/src/GeomConvert/GeomConvert.cxx @@ -14,7 +14,6 @@ #include -#include #include #include #include @@ -24,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -34,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -44,7 +41,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_1.cxx b/src/GeomConvert/GeomConvert_1.cxx index b901da74df..c3a6b3a85b 100644 --- a/src/GeomConvert/GeomConvert_1.cxx +++ b/src/GeomConvert/GeomConvert_1.cxx @@ -14,7 +14,6 @@ #include -#include #include #include #include @@ -22,7 +21,6 @@ #include #include #include -#include #include #include #include @@ -41,22 +39,18 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include #include #include #include #include -#include -#include typedef Geom_Surface Surface; typedef Geom_BSplineSurface BSplineSurface; diff --git a/src/GeomConvert/GeomConvert_ApproxCurve.cxx b/src/GeomConvert/GeomConvert_ApproxCurve.cxx index 4bdc187ddc..3c4da08d27 100644 --- a/src/GeomConvert/GeomConvert_ApproxCurve.cxx +++ b/src/GeomConvert/GeomConvert_ApproxCurve.cxx @@ -25,8 +25,6 @@ #include #include #include -#include -#include #include #include diff --git a/src/GeomConvert/GeomConvert_ApproxSurface.cxx b/src/GeomConvert/GeomConvert_ApproxSurface.cxx index bcff1d586a..545c7dd1e3 100644 --- a/src/GeomConvert/GeomConvert_ApproxSurface.cxx +++ b/src/GeomConvert/GeomConvert_ApproxSurface.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_BSplineCurveKnotSplitting.cxx b/src/GeomConvert/GeomConvert_BSplineCurveKnotSplitting.cxx index 8b77635fd9..6b4082b422 100644 --- a/src/GeomConvert/GeomConvert_BSplineCurveKnotSplitting.cxx +++ b/src/GeomConvert/GeomConvert_BSplineCurveKnotSplitting.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include typedef TColStd_Array1OfInteger Array1OfInteger; diff --git a/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.cxx b/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.cxx index 0d13164875..93b1c1b492 100644 --- a/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.cxx +++ b/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.hxx b/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.hxx index f29a7f14cb..e037dba828 100644 --- a/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.hxx +++ b/src/GeomConvert/GeomConvert_BSplineCurveToBezierCurve.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_BSplineSurfaceKnotSplitting.cxx b/src/GeomConvert/GeomConvert_BSplineSurfaceKnotSplitting.cxx index b5118b4437..49852e2144 100644 --- a/src/GeomConvert/GeomConvert_BSplineSurfaceKnotSplitting.cxx +++ b/src/GeomConvert/GeomConvert_BSplineSurfaceKnotSplitting.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include typedef TColStd_Array1OfInteger Array1OfInteger; diff --git a/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.cxx b/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.cxx index 56c6b52537..917cdb35b5 100644 --- a/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.cxx +++ b/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.hxx b/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.hxx index f27d73f4ff..ceb5014aa4 100644 --- a/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.hxx +++ b/src/GeomConvert/GeomConvert_BSplineSurfaceToBezierSurface.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.cxx b/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.cxx index 8fb8a84614..532c9ed409 100644 --- a/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.cxx +++ b/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx b/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx index 431f58af36..95af63b920 100644 --- a/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx +++ b/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx @@ -25,9 +25,7 @@ #include #include #include -#include #include -#include #include #include diff --git a/src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.hxx b/src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.hxx index fa3d6fdef1..6e93517899 100644 --- a/src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.hxx +++ b/src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include class Geom_BSplineCurve; class Geom_BoundedCurve; diff --git a/src/GeomConvert/GeomConvert_Units.cxx b/src/GeomConvert/GeomConvert_Units.cxx index a36ddcbb3f..e908cd31d5 100644 --- a/src/GeomConvert/GeomConvert_Units.cxx +++ b/src/GeomConvert/GeomConvert_Units.cxx @@ -12,8 +12,6 @@ // commercial license or contractual agreement. #include -#include -#include #include #include #include diff --git a/src/GeomConvert/GeomConvert_Units.hxx b/src/GeomConvert/GeomConvert_Units.hxx index 49e72967e4..36241fe843 100644 --- a/src/GeomConvert/GeomConvert_Units.hxx +++ b/src/GeomConvert/GeomConvert_Units.hxx @@ -14,7 +14,6 @@ #ifndef _GeomConvert_Units_HeaderFile #define _GeomConvert_Units_HeaderFile -#include #include class Geom2d_Curve; class Geom_Surface; diff --git a/src/GeomEvaluator/GeomEvaluator_OffsetCurve.hxx b/src/GeomEvaluator/GeomEvaluator_OffsetCurve.hxx index c16b1d34d5..f66cdf69c7 100644 --- a/src/GeomEvaluator/GeomEvaluator_OffsetCurve.hxx +++ b/src/GeomEvaluator/GeomEvaluator_OffsetCurve.hxx @@ -15,7 +15,6 @@ #ifndef _GeomEvaluator_OffsetCurve_HeaderFile #define _GeomEvaluator_OffsetCurve_HeaderFile -#include #include #include #include diff --git a/src/GeomFill/GeomFill.cxx b/src/GeomFill/GeomFill.cxx index cd0f04fa9f..a972879a86 100644 --- a/src/GeomFill/GeomFill.cxx +++ b/src/GeomFill/GeomFill.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_AppSurf.hxx b/src/GeomFill/GeomFill_AppSurf.hxx index 3344ce73d6..183426bc7b 100644 --- a/src/GeomFill/GeomFill_AppSurf.hxx +++ b/src/GeomFill/GeomFill_AppSurf.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_AppSweep.hxx b/src/GeomFill/GeomFill_AppSweep.hxx index fe13656b9b..c9fa39e7ac 100644 --- a/src/GeomFill/GeomFill_AppSweep.hxx +++ b/src/GeomFill/GeomFill_AppSweep.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_BoundWithSurf.hxx b/src/GeomFill/GeomFill_BoundWithSurf.hxx index cfe9112757..3ecbdef8ea 100644 --- a/src/GeomFill/GeomFill_BoundWithSurf.hxx +++ b/src/GeomFill/GeomFill_BoundWithSurf.hxx @@ -18,12 +18,10 @@ #define _GeomFill_BoundWithSurf_HeaderFile #include -#include #include #include #include -#include class Law_Function; class gp_Pnt; class gp_Vec; diff --git a/src/GeomFill/GeomFill_Boundary.hxx b/src/GeomFill/GeomFill_Boundary.hxx index ab10eb9e37..7318907beb 100644 --- a/src/GeomFill/GeomFill_Boundary.hxx +++ b/src/GeomFill/GeomFill_Boundary.hxx @@ -22,7 +22,6 @@ #include #include -#include class gp_Pnt; class gp_Vec; diff --git a/src/GeomFill/GeomFill_CircularBlendFunc.cxx b/src/GeomFill/GeomFill_CircularBlendFunc.cxx index 670a90776a..9bc250383b 100644 --- a/src/GeomFill/GeomFill_CircularBlendFunc.cxx +++ b/src/GeomFill/GeomFill_CircularBlendFunc.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_CircularBlendFunc.hxx b/src/GeomFill/GeomFill_CircularBlendFunc.hxx index 52dde69ccc..015d3edbeb 100644 --- a/src/GeomFill/GeomFill_CircularBlendFunc.hxx +++ b/src/GeomFill/GeomFill_CircularBlendFunc.hxx @@ -21,10 +21,8 @@ #include #include -#include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_ConstantBiNormal.cxx b/src/GeomFill/GeomFill_ConstantBiNormal.cxx index f7c73f2c5e..3a1f076c05 100644 --- a/src/GeomFill/GeomFill_ConstantBiNormal.cxx +++ b/src/GeomFill/GeomFill_ConstantBiNormal.cxx @@ -24,8 +24,6 @@ #include #include #include -#include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_ConstantBiNormal,GeomFill_TrihedronLaw) diff --git a/src/GeomFill/GeomFill_ConstantBiNormal.hxx b/src/GeomFill/GeomFill_ConstantBiNormal.hxx index 79a77d2ba7..708f896b39 100644 --- a/src/GeomFill/GeomFill_ConstantBiNormal.hxx +++ b/src/GeomFill/GeomFill_ConstantBiNormal.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_ConstrainedFilling.cxx b/src/GeomFill/GeomFill_ConstrainedFilling.cxx index d3335f3f4c..d48c72cf7a 100644 --- a/src/GeomFill/GeomFill_ConstrainedFilling.cxx +++ b/src/GeomFill/GeomFill_ConstrainedFilling.cxx @@ -19,19 +19,16 @@ #include #include #include -#include #include #include #include #include -#include #include #include #include #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_ConstrainedFilling.hxx b/src/GeomFill/GeomFill_ConstrainedFilling.hxx index dede9948eb..1f5305c804 100644 --- a/src/GeomFill/GeomFill_ConstrainedFilling.hxx +++ b/src/GeomFill/GeomFill_ConstrainedFilling.hxx @@ -22,10 +22,8 @@ #include #include -#include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Coons.hxx b/src/GeomFill/GeomFill_Coons.hxx index 46d7dc2fa0..86b678203d 100644 --- a/src/GeomFill/GeomFill_Coons.hxx +++ b/src/GeomFill/GeomFill_Coons.hxx @@ -19,7 +19,6 @@ #include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_CoonsAlgPatch.cxx b/src/GeomFill/GeomFill_CoonsAlgPatch.cxx index 6cfef9e598..da2ba69d55 100644 --- a/src/GeomFill/GeomFill_CoonsAlgPatch.cxx +++ b/src/GeomFill/GeomFill_CoonsAlgPatch.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_CoonsAlgPatch.hxx b/src/GeomFill/GeomFill_CoonsAlgPatch.hxx index 304571416d..1c92edb05e 100644 --- a/src/GeomFill/GeomFill_CoonsAlgPatch.hxx +++ b/src/GeomFill/GeomFill_CoonsAlgPatch.hxx @@ -22,7 +22,6 @@ #include #include -#include #include class GeomFill_Boundary; class Law_Function; diff --git a/src/GeomFill/GeomFill_CorrectedFrenet.cxx b/src/GeomFill/GeomFill_CorrectedFrenet.cxx index a16f352aec..609d0bb8e2 100644 --- a/src/GeomFill/GeomFill_CorrectedFrenet.cxx +++ b/src/GeomFill/GeomFill_CorrectedFrenet.cxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include @@ -37,8 +36,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_CorrectedFrenet.hxx b/src/GeomFill/GeomFill_CorrectedFrenet.hxx index 4e51bea896..dc7a19a051 100644 --- a/src/GeomFill/GeomFill_CorrectedFrenet.hxx +++ b/src/GeomFill/GeomFill_CorrectedFrenet.hxx @@ -18,10 +18,7 @@ #define _GeomFill_CorrectedFrenet_HeaderFile #include -#include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_CurveAndTrihedron.cxx b/src/GeomFill/GeomFill_CurveAndTrihedron.cxx index dfee3a53b2..6519752729 100644 --- a/src/GeomFill/GeomFill_CurveAndTrihedron.cxx +++ b/src/GeomFill/GeomFill_CurveAndTrihedron.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_CurveAndTrihedron.hxx b/src/GeomFill/GeomFill_CurveAndTrihedron.hxx index c2d4a74aea..d7b9890f2c 100644 --- a/src/GeomFill/GeomFill_CurveAndTrihedron.hxx +++ b/src/GeomFill/GeomFill_CurveAndTrihedron.hxx @@ -18,11 +18,7 @@ #define _GeomFill_CurveAndTrihedron_HeaderFile #include -#include -#include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Darboux.cxx b/src/GeomFill/GeomFill_Darboux.cxx index f9d862741f..7310d3d50a 100644 --- a/src/GeomFill/GeomFill_Darboux.cxx +++ b/src/GeomFill/GeomFill_Darboux.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include @@ -27,8 +26,6 @@ #include #include #include -#include -#include #include #include diff --git a/src/GeomFill/GeomFill_Darboux.hxx b/src/GeomFill/GeomFill_Darboux.hxx index dc02c8e676..3740ee7120 100644 --- a/src/GeomFill/GeomFill_Darboux.hxx +++ b/src/GeomFill/GeomFill_Darboux.hxx @@ -18,10 +18,8 @@ #define _GeomFill_Darboux_HeaderFile #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_DegeneratedBound.hxx b/src/GeomFill/GeomFill_DegeneratedBound.hxx index 4df63c8caa..1266bc6da5 100644 --- a/src/GeomFill/GeomFill_DegeneratedBound.hxx +++ b/src/GeomFill/GeomFill_DegeneratedBound.hxx @@ -18,12 +18,10 @@ #define _GeomFill_DegeneratedBound_HeaderFile #include -#include #include #include #include -#include class gp_Vec; diff --git a/src/GeomFill/GeomFill_DiscreteTrihedron.cxx b/src/GeomFill/GeomFill_DiscreteTrihedron.cxx index 129aa83e0b..9738fec8ee 100755 --- a/src/GeomFill/GeomFill_DiscreteTrihedron.cxx +++ b/src/GeomFill/GeomFill_DiscreteTrihedron.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_DiscreteTrihedron.hxx b/src/GeomFill/GeomFill_DiscreteTrihedron.hxx index 54c4785687..813d2ad025 100644 --- a/src/GeomFill/GeomFill_DiscreteTrihedron.hxx +++ b/src/GeomFill/GeomFill_DiscreteTrihedron.hxx @@ -17,12 +17,9 @@ #define _GeomFill_DiscreteTrihedron_HeaderFile #include -#include -#include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_DraftTrihedron.cxx b/src/GeomFill/GeomFill_DraftTrihedron.cxx index d260c364ce..f15c9d59b8 100644 --- a/src/GeomFill/GeomFill_DraftTrihedron.cxx +++ b/src/GeomFill/GeomFill_DraftTrihedron.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_DraftTrihedron.hxx b/src/GeomFill/GeomFill_DraftTrihedron.hxx index 972064131b..1e51da1002 100644 --- a/src/GeomFill/GeomFill_DraftTrihedron.hxx +++ b/src/GeomFill/GeomFill_DraftTrihedron.hxx @@ -18,12 +18,9 @@ #define _GeomFill_DraftTrihedron_HeaderFile #include -#include -#include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_EvolvedSection.cxx b/src/GeomFill/GeomFill_EvolvedSection.cxx index d2056596eb..d9570def03 100644 --- a/src/GeomFill/GeomFill_EvolvedSection.cxx +++ b/src/GeomFill/GeomFill_EvolvedSection.cxx @@ -15,22 +15,17 @@ // commercial license or contractual agreement. -#include #include -#include #include #include #include -#include #include #include #include #include #include #include -#include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_EvolvedSection.hxx b/src/GeomFill/GeomFill_EvolvedSection.hxx index b8451d2819..71e48bac87 100644 --- a/src/GeomFill/GeomFill_EvolvedSection.hxx +++ b/src/GeomFill/GeomFill_EvolvedSection.hxx @@ -20,9 +20,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Filling.cxx b/src/GeomFill/GeomFill_Filling.cxx index 3cc847a62e..1541344431 100644 --- a/src/GeomFill/GeomFill_Filling.cxx +++ b/src/GeomFill/GeomFill_Filling.cxx @@ -17,7 +17,6 @@ #include #include -#include //======================================================================= //function : GeomFill_Filling diff --git a/src/GeomFill/GeomFill_Fixed.cxx b/src/GeomFill/GeomFill_Fixed.cxx index 25ee897f60..7fd725e072 100644 --- a/src/GeomFill/GeomFill_Fixed.cxx +++ b/src/GeomFill/GeomFill_Fixed.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_Fixed,GeomFill_TrihedronLaw) diff --git a/src/GeomFill/GeomFill_Fixed.hxx b/src/GeomFill/GeomFill_Fixed.hxx index d69972269d..e116822da8 100644 --- a/src/GeomFill/GeomFill_Fixed.hxx +++ b/src/GeomFill/GeomFill_Fixed.hxx @@ -18,11 +18,8 @@ #define _GeomFill_Fixed_HeaderFile #include -#include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Frenet.cxx b/src/GeomFill/GeomFill_Frenet.cxx index 7f7af57828..ff4f83319b 100644 --- a/src/GeomFill/GeomFill_Frenet.cxx +++ b/src/GeomFill/GeomFill_Frenet.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Frenet.hxx b/src/GeomFill/GeomFill_Frenet.hxx index b87b8ed937..ff090618d7 100644 --- a/src/GeomFill/GeomFill_Frenet.hxx +++ b/src/GeomFill/GeomFill_Frenet.hxx @@ -18,11 +18,8 @@ #define _GeomFill_Frenet_HeaderFile #include -#include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_FunctionDraft.cxx b/src/GeomFill/GeomFill_FunctionDraft.cxx index 49aa485ee8..90983835c1 100644 --- a/src/GeomFill/GeomFill_FunctionDraft.cxx +++ b/src/GeomFill/GeomFill_FunctionDraft.cxx @@ -15,8 +15,6 @@ // commercial license or contractual agreement. -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_FunctionGuide.cxx b/src/GeomFill/GeomFill_FunctionGuide.cxx index 517cb6728e..8097e8225a 100644 --- a/src/GeomFill/GeomFill_FunctionGuide.cxx +++ b/src/GeomFill/GeomFill_FunctionGuide.cxx @@ -16,15 +16,12 @@ #include -#include #include #include -#include #include #include #include #include -#include #include #include #include @@ -34,9 +31,6 @@ #include #include #include -#include -#include -#include //#include //============================================== diff --git a/src/GeomFill/GeomFill_FunctionGuide.hxx b/src/GeomFill/GeomFill_FunctionGuide.hxx index 16cb4a8e3b..e31812c1ec 100644 --- a/src/GeomFill/GeomFill_FunctionGuide.hxx +++ b/src/GeomFill/GeomFill_FunctionGuide.hxx @@ -23,7 +23,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Generator.cxx b/src/GeomFill/GeomFill_Generator.cxx index bf8d1ad096..57ab6e06f5 100644 --- a/src/GeomFill/GeomFill_Generator.cxx +++ b/src/GeomFill/GeomFill_Generator.cxx @@ -19,8 +19,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Generator.hxx b/src/GeomFill/GeomFill_Generator.hxx index 19fd5d1e0f..a02c5eaaac 100644 --- a/src/GeomFill/GeomFill_Generator.hxx +++ b/src/GeomFill/GeomFill_Generator.hxx @@ -22,7 +22,6 @@ #include #include -#include class Geom_Surface; diff --git a/src/GeomFill/GeomFill_GuideTrihedronAC.cxx b/src/GeomFill/GeomFill_GuideTrihedronAC.cxx index f5c4cd054d..2a519c1ba0 100644 --- a/src/GeomFill/GeomFill_GuideTrihedronAC.cxx +++ b/src/GeomFill/GeomFill_GuideTrihedronAC.cxx @@ -17,18 +17,14 @@ #include #include -#include #include #include #include #include #include -#include #include #include #include -#include -#include #include #include diff --git a/src/GeomFill/GeomFill_GuideTrihedronAC.hxx b/src/GeomFill/GeomFill_GuideTrihedronAC.hxx index be3e8957c4..993229397d 100644 --- a/src/GeomFill/GeomFill_GuideTrihedronAC.hxx +++ b/src/GeomFill/GeomFill_GuideTrihedronAC.hxx @@ -20,9 +20,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_GuideTrihedronPlan.cxx b/src/GeomFill/GeomFill_GuideTrihedronPlan.cxx index ed8458a869..963054a935 100644 --- a/src/GeomFill/GeomFill_GuideTrihedronPlan.cxx +++ b/src/GeomFill/GeomFill_GuideTrihedronPlan.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -33,8 +32,6 @@ #include #include #include -#include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_GuideTrihedronPlan,GeomFill_TrihedronWithGuide) diff --git a/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx b/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx index 6a72aad644..edb2d58862 100644 --- a/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx +++ b/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx @@ -18,14 +18,11 @@ #define _GeomFill_GuideTrihedronPlan_HeaderFile #include -#include #include #include #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_HArray1OfLocationLaw.hxx b/src/GeomFill/GeomFill_HArray1OfLocationLaw.hxx index 10fc933b98..62c61e8041 100644 --- a/src/GeomFill/GeomFill_HArray1OfLocationLaw.hxx +++ b/src/GeomFill/GeomFill_HArray1OfLocationLaw.hxx @@ -17,7 +17,6 @@ #ifndef GeomFill_HArray1OfLocationLaw_HeaderFile #define GeomFill_HArray1OfLocationLaw_HeaderFile -#include #include #include diff --git a/src/GeomFill/GeomFill_HArray1OfSectionLaw.hxx b/src/GeomFill/GeomFill_HArray1OfSectionLaw.hxx index c3b91ecab9..6b93a74f4c 100644 --- a/src/GeomFill/GeomFill_HArray1OfSectionLaw.hxx +++ b/src/GeomFill/GeomFill_HArray1OfSectionLaw.hxx @@ -17,7 +17,6 @@ #ifndef GeomFill_HArray1OfSectionLaw_HeaderFile #define GeomFill_HArray1OfSectionLaw_HeaderFile -#include #include #include diff --git a/src/GeomFill/GeomFill_LocFunction.hxx b/src/GeomFill/GeomFill_LocFunction.hxx index 1c39b55487..b6431082de 100644 --- a/src/GeomFill/GeomFill_LocFunction.hxx +++ b/src/GeomFill/GeomFill_LocFunction.hxx @@ -23,8 +23,6 @@ #include #include -#include -#include #include class GeomFill_LocationLaw; diff --git a/src/GeomFill/GeomFill_LocationDraft.cxx b/src/GeomFill/GeomFill_LocationDraft.cxx index 93fb2d8f93..da90acc850 100644 --- a/src/GeomFill/GeomFill_LocationDraft.cxx +++ b/src/GeomFill/GeomFill_LocationDraft.cxx @@ -19,9 +19,7 @@ #include #include #include -#include #include -#include #include #include #include @@ -40,7 +38,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_LocationDraft,GeomFill_LocationLaw) diff --git a/src/GeomFill/GeomFill_LocationGuide.cxx b/src/GeomFill/GeomFill_LocationGuide.cxx index 23d29741b8..ea04ee4ccb 100644 --- a/src/GeomFill/GeomFill_LocationGuide.cxx +++ b/src/GeomFill/GeomFill_LocationGuide.cxx @@ -17,21 +17,16 @@ #include #include -#include #include #include #include #include #include -#include #include #include -#include -#include #include #include #include -#include #include #include #include @@ -39,7 +34,6 @@ #include #include #include -#include #include #include #include @@ -54,7 +48,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_LocationGuide.hxx b/src/GeomFill/GeomFill_LocationGuide.hxx index ea2c23c210..06dceceb2b 100644 --- a/src/GeomFill/GeomFill_LocationGuide.hxx +++ b/src/GeomFill/GeomFill_LocationGuide.hxx @@ -18,15 +18,12 @@ #define _GeomFill_LocationGuide_HeaderFile #include -#include #include #include -#include #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_LocationLaw.cxx b/src/GeomFill/GeomFill_LocationLaw.cxx index 137d056cf1..c69e8a5329 100644 --- a/src/GeomFill/GeomFill_LocationLaw.cxx +++ b/src/GeomFill/GeomFill_LocationLaw.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_LocationLaw,Standard_Transient) diff --git a/src/GeomFill/GeomFill_NSections.cxx b/src/GeomFill/GeomFill_NSections.cxx index 14e4dc66d0..9fd91d3fca 100644 --- a/src/GeomFill/GeomFill_NSections.cxx +++ b/src/GeomFill/GeomFill_NSections.cxx @@ -22,10 +22,7 @@ #include -#include -#include #include -#include #include #include #include @@ -42,9 +39,7 @@ #include #include #include -#include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_NSections.hxx b/src/GeomFill/GeomFill_NSections.hxx index 72fd35130f..b5dc687b48 100644 --- a/src/GeomFill/GeomFill_NSections.hxx +++ b/src/GeomFill/GeomFill_NSections.hxx @@ -18,14 +18,12 @@ #define _GeomFill_NSections_HeaderFile #include -#include #include #include #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Pipe.cxx b/src/GeomFill/GeomFill_Pipe.cxx index bd7c1e16b9..af4aa4e1d3 100644 --- a/src/GeomFill/GeomFill_Pipe.cxx +++ b/src/GeomFill/GeomFill_Pipe.cxx @@ -28,24 +28,15 @@ #include #include #include -#include #include -#include #include #include -#include #include #include #include -#include #include -#include #include -#include #include -#include -#include -#include #include #include #include @@ -61,7 +52,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_PlanFunc.hxx b/src/GeomFill/GeomFill_PlanFunc.hxx index 34aca13cb0..2e5e382a10 100644 --- a/src/GeomFill/GeomFill_PlanFunc.hxx +++ b/src/GeomFill/GeomFill_PlanFunc.hxx @@ -24,8 +24,6 @@ #include #include #include -#include -#include class gp_Vec; diff --git a/src/GeomFill/GeomFill_PolynomialConvertor.cxx b/src/GeomFill/GeomFill_PolynomialConvertor.cxx index f66ec7c009..8bbb524127 100644 --- a/src/GeomFill/GeomFill_PolynomialConvertor.cxx +++ b/src/GeomFill/GeomFill_PolynomialConvertor.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_PolynomialConvertor.hxx b/src/GeomFill/GeomFill_PolynomialConvertor.hxx index 20995e413e..107c538184 100644 --- a/src/GeomFill/GeomFill_PolynomialConvertor.hxx +++ b/src/GeomFill/GeomFill_PolynomialConvertor.hxx @@ -19,12 +19,8 @@ #include #include -#include -#include -#include #include -#include #include #include class gp_Pnt; diff --git a/src/GeomFill/GeomFill_Profiler.cxx b/src/GeomFill/GeomFill_Profiler.cxx index 40a973bb30..8a9c143b6a 100644 --- a/src/GeomFill/GeomFill_Profiler.cxx +++ b/src/GeomFill/GeomFill_Profiler.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Profiler.hxx b/src/GeomFill/GeomFill_Profiler.hxx index 4739858774..3f04302e7f 100644 --- a/src/GeomFill/GeomFill_Profiler.hxx +++ b/src/GeomFill/GeomFill_Profiler.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_QuasiAngularConvertor.cxx b/src/GeomFill/GeomFill_QuasiAngularConvertor.cxx index ad72be825b..555cdcb971 100644 --- a/src/GeomFill/GeomFill_QuasiAngularConvertor.cxx +++ b/src/GeomFill/GeomFill_QuasiAngularConvertor.cxx @@ -17,15 +17,12 @@ #include #include -#include #include #include #include #include #include #include -#include -#include #include #define NullAngle 1.e-6 diff --git a/src/GeomFill/GeomFill_QuasiAngularConvertor.hxx b/src/GeomFill/GeomFill_QuasiAngularConvertor.hxx index e185e17fcb..1f69756b1f 100644 --- a/src/GeomFill/GeomFill_QuasiAngularConvertor.hxx +++ b/src/GeomFill/GeomFill_QuasiAngularConvertor.hxx @@ -19,12 +19,9 @@ #include #include -#include -#include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_SectionGenerator.hxx b/src/GeomFill/GeomFill_SectionGenerator.hxx index 9799b0e490..fa4561367e 100644 --- a/src/GeomFill/GeomFill_SectionGenerator.hxx +++ b/src/GeomFill/GeomFill_SectionGenerator.hxx @@ -26,12 +26,10 @@ #include #include #include -#include #include #include #include #include -#include //! gives the functions needed for instantiation from diff --git a/src/GeomFill/GeomFill_SectionLaw.cxx b/src/GeomFill/GeomFill_SectionLaw.cxx index 3af57adde8..02c8bd893b 100644 --- a/src/GeomFill/GeomFill_SectionLaw.cxx +++ b/src/GeomFill/GeomFill_SectionLaw.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_SectionLaw,Standard_Transient) diff --git a/src/GeomFill/GeomFill_SectionLaw.hxx b/src/GeomFill/GeomFill_SectionLaw.hxx index 5df2d6f07c..dec90fb964 100644 --- a/src/GeomFill/GeomFill_SectionLaw.hxx +++ b/src/GeomFill/GeomFill_SectionLaw.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_SectionPlacement.hxx b/src/GeomFill/GeomFill_SectionPlacement.hxx index b7b6e6fe32..6baba63bd5 100644 --- a/src/GeomFill/GeomFill_SectionPlacement.hxx +++ b/src/GeomFill/GeomFill_SectionPlacement.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_SimpleBound.hxx b/src/GeomFill/GeomFill_SimpleBound.hxx index 34546d60f3..664ec3f96d 100644 --- a/src/GeomFill/GeomFill_SimpleBound.hxx +++ b/src/GeomFill/GeomFill_SimpleBound.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include class Law_Function; class gp_Pnt; diff --git a/src/GeomFill/GeomFill_SnglrFunc.cxx b/src/GeomFill/GeomFill_SnglrFunc.cxx index 337f52e50a..4ddf307edf 100644 --- a/src/GeomFill/GeomFill_SnglrFunc.cxx +++ b/src/GeomFill/GeomFill_SnglrFunc.cxx @@ -20,9 +20,7 @@ #include #include #include -#include #include -#include GeomFill_SnglrFunc::GeomFill_SnglrFunc(const Handle(Adaptor3d_Curve)& HC) : myHCurve(HC), ratio(1) diff --git a/src/GeomFill/GeomFill_SnglrFunc.hxx b/src/GeomFill/GeomFill_SnglrFunc.hxx index 168416c520..5fee316795 100644 --- a/src/GeomFill/GeomFill_SnglrFunc.hxx +++ b/src/GeomFill/GeomFill_SnglrFunc.hxx @@ -21,12 +21,10 @@ #include #include -#include #include #include #include #include -#include #include class gp_Pnt; diff --git a/src/GeomFill/GeomFill_Sweep.cxx b/src/GeomFill/GeomFill_Sweep.cxx index 4336c619b6..99611f10c7 100644 --- a/src/GeomFill/GeomFill_Sweep.cxx +++ b/src/GeomFill/GeomFill_Sweep.cxx @@ -61,10 +61,7 @@ #include #include #include -#include -#include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Sweep.hxx b/src/GeomFill/GeomFill_Sweep.hxx index 00a313a648..4851e5f6ad 100644 --- a/src/GeomFill/GeomFill_Sweep.hxx +++ b/src/GeomFill/GeomFill_Sweep.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_SweepFunction.cxx b/src/GeomFill/GeomFill_SweepFunction.cxx index 609581b344..59c2c61365 100644 --- a/src/GeomFill/GeomFill_SweepFunction.cxx +++ b/src/GeomFill/GeomFill_SweepFunction.cxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include diff --git a/src/GeomFill/GeomFill_SweepFunction.hxx b/src/GeomFill/GeomFill_SweepFunction.hxx index 99cf37ff09..2cbc23692c 100644 --- a/src/GeomFill/GeomFill_SweepFunction.hxx +++ b/src/GeomFill/GeomFill_SweepFunction.hxx @@ -20,11 +20,9 @@ #include #include -#include #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_SweepSectionGenerator.cxx b/src/GeomFill/GeomFill_SweepSectionGenerator.cxx index e3514cdfb5..dfd65583c6 100644 --- a/src/GeomFill/GeomFill_SweepSectionGenerator.cxx +++ b/src/GeomFill/GeomFill_SweepSectionGenerator.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -28,7 +27,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_Tensor.cxx b/src/GeomFill/GeomFill_Tensor.cxx index 43b6f6c219..166287161f 100644 --- a/src/GeomFill/GeomFill_Tensor.cxx +++ b/src/GeomFill/GeomFill_Tensor.cxx @@ -17,12 +17,10 @@ #include #include -#include -#include GeomFill_Tensor::GeomFill_Tensor(const Standard_Integer NbRow, - const Standard_Integer NbCol, - const Standard_Integer NbMat) : + const Standard_Integer NbCol, + const Standard_Integer NbMat) : Tab(1,NbRow*NbMat*NbCol), nbrow( NbRow ), nbcol( NbCol ), diff --git a/src/GeomFill/GeomFill_Tensor.hxx b/src/GeomFill/GeomFill_Tensor.hxx index 97d9e47a85..4b8ad69d8e 100644 --- a/src/GeomFill/GeomFill_Tensor.hxx +++ b/src/GeomFill/GeomFill_Tensor.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include class math_Matrix; diff --git a/src/GeomFill/GeomFill_TgtField.hxx b/src/GeomFill/GeomFill_TgtField.hxx index 1e8970e356..d00391ae0e 100644 --- a/src/GeomFill/GeomFill_TgtField.hxx +++ b/src/GeomFill/GeomFill_TgtField.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Law_BSpline; class gp_Vec; diff --git a/src/GeomFill/GeomFill_TgtOnCoons.hxx b/src/GeomFill/GeomFill_TgtOnCoons.hxx index f2dc6cafa2..8c9d497679 100644 --- a/src/GeomFill/GeomFill_TgtOnCoons.hxx +++ b/src/GeomFill/GeomFill_TgtOnCoons.hxx @@ -22,7 +22,6 @@ #include #include -#include class GeomFill_CoonsAlgPatch; class gp_Vec; diff --git a/src/GeomFill/GeomFill_TrihedronLaw.cxx b/src/GeomFill/GeomFill_TrihedronLaw.cxx index 853e513e37..20d08d9104 100644 --- a/src/GeomFill/GeomFill_TrihedronLaw.cxx +++ b/src/GeomFill/GeomFill_TrihedronLaw.cxx @@ -15,11 +15,9 @@ // commercial license or contractual agreement. -#include #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_TrihedronLaw,Standard_Transient) diff --git a/src/GeomFill/GeomFill_TrihedronWithGuide.cxx b/src/GeomFill/GeomFill_TrihedronWithGuide.cxx index 3f9c68be1f..f1c51179cc 100644 --- a/src/GeomFill/GeomFill_TrihedronWithGuide.cxx +++ b/src/GeomFill/GeomFill_TrihedronWithGuide.cxx @@ -15,11 +15,8 @@ // commercial license or contractual agreement. -#include #include #include -#include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomFill_TrihedronWithGuide,GeomFill_TrihedronLaw) diff --git a/src/GeomFill/GeomFill_TrihedronWithGuide.hxx b/src/GeomFill/GeomFill_TrihedronWithGuide.hxx index 7ce3d68f0f..ca224f5fdc 100644 --- a/src/GeomFill/GeomFill_TrihedronWithGuide.hxx +++ b/src/GeomFill/GeomFill_TrihedronWithGuide.hxx @@ -18,9 +18,7 @@ #define _GeomFill_TrihedronWithGuide_HeaderFile #include -#include -#include #include #include diff --git a/src/GeomFill/GeomFill_UniformSection.cxx b/src/GeomFill/GeomFill_UniformSection.cxx index a055716906..1d153407ed 100644 --- a/src/GeomFill/GeomFill_UniformSection.cxx +++ b/src/GeomFill/GeomFill_UniformSection.cxx @@ -15,19 +15,16 @@ // commercial license or contractual agreement. -#include #include #include #include #include #include -#include #include #include #include #include #include -#include #include #include #include diff --git a/src/GeomFill/GeomFill_UniformSection.hxx b/src/GeomFill/GeomFill_UniformSection.hxx index c486b19f4c..8b33e2efe7 100644 --- a/src/GeomFill/GeomFill_UniformSection.hxx +++ b/src/GeomFill/GeomFill_UniformSection.hxx @@ -20,9 +20,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt.cxx b/src/GeomInt/GeomInt.cxx index ad6bb2b777..a788e4352a 100644 --- a/src/GeomInt/GeomInt.cxx +++ b/src/GeomInt/GeomInt.cxx @@ -15,7 +15,6 @@ // commercial license or contractual agreement. #include -#include //======================================================================= //function : AdjustPeriodic diff --git a/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx index 20826171ab..f3ef63e18c 100644 --- a/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx @@ -21,11 +21,8 @@ #include #include -#include #include #include -#include -#include class GeomInt_TheMultiLineOfWLApprox; class GeomInt_TheMultiLineToolOfWLApprox; class GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox; diff --git a/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx index 666b528f1d..7affb98854 100644 --- a/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx @@ -21,13 +21,9 @@ #include #include -#include #include -#include #include -#include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx index 333837bc8d..8ca41f32e5 100644 --- a/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx @@ -30,7 +30,6 @@ #include #include #include -#include #include #include class StdFail_NotDone; diff --git a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx index 2847349d0d..6b6df9f0ae 100644 --- a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx @@ -21,11 +21,8 @@ #include #include -#include #include #include -#include -#include class GeomInt_TheMultiLineOfWLApprox; class GeomInt_TheMultiLineToolOfWLApprox; class GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox; diff --git a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx index c9a2215e66..5f9b254dad 100644 --- a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx @@ -21,11 +21,8 @@ #include #include -#include #include #include -#include -#include class GeomInt_TheMultiLineOfWLApprox; class GeomInt_TheMultiLineToolOfWLApprox; class GeomInt_MyGradientbisOfTheComputeLineOfWLApprox; diff --git a/src/GeomInt/GeomInt_IntSS.hxx b/src/GeomInt/GeomInt_IntSS.hxx index 068cc69d4c..943a59bf27 100644 --- a/src/GeomInt/GeomInt_IntSS.hxx +++ b/src/GeomInt/GeomInt_IntSS.hxx @@ -18,7 +18,6 @@ #define _GeomInt_IntSS_HeaderFile #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_LineConstructor.cxx b/src/GeomInt/GeomInt_LineConstructor.cxx index 036bd653a0..9862f6fe1b 100644 --- a/src/GeomInt/GeomInt_LineConstructor.cxx +++ b/src/GeomInt/GeomInt_LineConstructor.cxx @@ -20,11 +20,9 @@ #include #include #include -#include #include #include #include -#include #include #include #include @@ -37,7 +35,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx index f011a6fb6a..1526a0113e 100644 --- a/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx b/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx index bdcfe5f03f..3f4df6ef37 100644 --- a/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include class Standard_OutOfRange; diff --git a/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx index 48673ce7fe..f9715b0cfe 100644 --- a/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include class Standard_OutOfRange; diff --git a/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx b/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx index 81db734bbc..fa12c897c1 100644 --- a/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx @@ -21,13 +21,9 @@ #include #include -#include #include -#include #include -#include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx index 4ba5f81ef5..887557f2a6 100644 --- a/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx @@ -21,13 +21,9 @@ #include #include -#include #include -#include #include -#include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx index 3de34d0009..e8188acbdb 100644 --- a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx @@ -30,7 +30,6 @@ #include #include #include -#include #include #include class StdFail_NotDone; diff --git a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx index 6ed4fb4209..93790ed65e 100644 --- a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx @@ -30,7 +30,6 @@ #include #include #include -#include #include #include class StdFail_NotDone; diff --git a/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx b/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx index 9c8be59fd2..368d14cf9f 100644 --- a/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx index e9398dcb73..8eee067719 100644 --- a/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox.hxx b/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox.hxx index ef76a5e12d..5678085182 100644 --- a/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox.hxx @@ -24,14 +24,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx index b60dad6b80..1279f2b041 100644 --- a/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx @@ -22,13 +22,11 @@ #include #include -#include #include #include #include #include #include -#include #include #include #include diff --git a/src/GeomInt/GeomInt_TheMultiLineToolOfWLApprox.hxx b/src/GeomInt/GeomInt_TheMultiLineToolOfWLApprox.hxx index 43f73a2c6e..bdc8dfbac3 100644 --- a/src/GeomInt/GeomInt_TheMultiLineToolOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_TheMultiLineToolOfWLApprox.hxx @@ -21,14 +21,8 @@ #include #include -#include #include -#include #include -#include -#include -#include -#include class GeomInt_TheMultiLineOfWLApprox; class ApproxInt_SvSurfaces; diff --git a/src/GeomLProp/GeomLProp.hxx b/src/GeomLProp/GeomLProp.hxx index 19279e329b..11771c5018 100644 --- a/src/GeomLProp/GeomLProp.hxx +++ b/src/GeomLProp/GeomLProp.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include class Geom_Curve; diff --git a/src/GeomLProp/GeomLProp_CurveTool.hxx b/src/GeomLProp/GeomLProp_CurveTool.hxx index 89902cdd4c..fc9d5093ea 100644 --- a/src/GeomLProp/GeomLProp_CurveTool.hxx +++ b/src/GeomLProp/GeomLProp_CurveTool.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Geom_Curve; class gp_Pnt; diff --git a/src/GeomLProp/GeomLProp_SLProps.hxx b/src/GeomLProp/GeomLProp_SLProps.hxx index 3817b1d746..463660f226 100644 --- a/src/GeomLProp/GeomLProp_SLProps.hxx +++ b/src/GeomLProp/GeomLProp_SLProps.hxx @@ -21,13 +21,11 @@ #include #include -#include #include #include #include #include #include -#include class Geom_Surface; class LProp_BadContinuity; class Standard_DomainError; diff --git a/src/GeomLProp/GeomLProp_SurfaceTool.hxx b/src/GeomLProp/GeomLProp_SurfaceTool.hxx index 243458f84d..64c0f8ebc6 100644 --- a/src/GeomLProp/GeomLProp_SurfaceTool.hxx +++ b/src/GeomLProp/GeomLProp_SurfaceTool.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Geom_Surface; class gp_Pnt; diff --git a/src/GeomLib/GeomLib.cxx b/src/GeomLib/GeomLib.cxx index e9dab9d188..fcb2305344 100644 --- a/src/GeomLib/GeomLib.cxx +++ b/src/GeomLib/GeomLib.cxx @@ -43,20 +43,14 @@ #include -#include #include #include #include -#include #include -#include -#include -#include #include #include #include #include -#include #include #include #include @@ -71,7 +65,6 @@ #include #include #include -#include #include #include #include @@ -268,7 +261,6 @@ static void ComputeLambda(const math_Matrix& Constraint, } #include -#include //======================================================================= //function : RemovePointsFromArray //purpose : diff --git a/src/GeomLib/GeomLib_Check2dBSplineCurve.cxx b/src/GeomLib/GeomLib_Check2dBSplineCurve.cxx index 958c9996bb..ef25c17506 100644 --- a/src/GeomLib/GeomLib_Check2dBSplineCurve.cxx +++ b/src/GeomLib/GeomLib_Check2dBSplineCurve.cxx @@ -20,8 +20,6 @@ #include #include #include -#include -#include //======================================================================= //function : GeomLib_Check2dBSplineCurve diff --git a/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx b/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx index 38d77cda7a..e2c933263f 100644 --- a/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx +++ b/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx @@ -21,9 +21,6 @@ #include #include -#include -#include -#include class Geom2d_BSplineCurve; diff --git a/src/GeomLib/GeomLib_CheckBSplineCurve.cxx b/src/GeomLib/GeomLib_CheckBSplineCurve.cxx index cc6ab66efa..43cc8992b0 100644 --- a/src/GeomLib/GeomLib_CheckBSplineCurve.cxx +++ b/src/GeomLib/GeomLib_CheckBSplineCurve.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include //======================================================================= diff --git a/src/GeomLib/GeomLib_CheckBSplineCurve.hxx b/src/GeomLib/GeomLib_CheckBSplineCurve.hxx index 95019151d8..8c2c3047e8 100644 --- a/src/GeomLib/GeomLib_CheckBSplineCurve.hxx +++ b/src/GeomLib/GeomLib_CheckBSplineCurve.hxx @@ -21,9 +21,6 @@ #include #include -#include -#include -#include class Geom_BSplineCurve; diff --git a/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx b/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx index 6f68afd05f..3e5df1ae20 100644 --- a/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx +++ b/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx @@ -14,19 +14,13 @@ #include -#include #include #include -#include #include -#include #include -#include #include #include -#include #include -#include #include #include #include diff --git a/src/GeomLib/GeomLib_DenominatorMultiplier.cxx b/src/GeomLib/GeomLib_DenominatorMultiplier.cxx index ec55f88408..4f56a3d549 100644 --- a/src/GeomLib/GeomLib_DenominatorMultiplier.cxx +++ b/src/GeomLib/GeomLib_DenominatorMultiplier.cxx @@ -21,8 +21,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/GeomLib/GeomLib_Interpolate.cxx b/src/GeomLib/GeomLib_Interpolate.cxx index 6231ecaa8b..43c2524e98 100644 --- a/src/GeomLib/GeomLib_Interpolate.cxx +++ b/src/GeomLib/GeomLib_Interpolate.cxx @@ -18,17 +18,10 @@ #include #include #include -#include -#include -#include -#include #include #include #include -#include #include -#include -#include //======================================================================= //function : GeomLib_Interpolate diff --git a/src/GeomLib/GeomLib_Interpolate.hxx b/src/GeomLib/GeomLib_Interpolate.hxx index f5f86ab477..b822790b77 100644 --- a/src/GeomLib/GeomLib_Interpolate.hxx +++ b/src/GeomLib/GeomLib_Interpolate.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomLib/GeomLib_IsPlanarSurface.cxx b/src/GeomLib/GeomLib_IsPlanarSurface.cxx index e6765e03f2..b0c04de57c 100644 --- a/src/GeomLib/GeomLib_IsPlanarSurface.cxx +++ b/src/GeomLib/GeomLib_IsPlanarSurface.cxx @@ -21,8 +21,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/GeomLib/GeomLib_IsPlanarSurface.hxx b/src/GeomLib/GeomLib_IsPlanarSurface.hxx index 0eb71a42bb..5c0f54660f 100644 --- a/src/GeomLib/GeomLib_IsPlanarSurface.hxx +++ b/src/GeomLib/GeomLib_IsPlanarSurface.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include class Geom_Surface; diff --git a/src/GeomLib/GeomLib_LogSample.hxx b/src/GeomLib/GeomLib_LogSample.hxx index cbf26f458f..f399b41f03 100644 --- a/src/GeomLib/GeomLib_LogSample.hxx +++ b/src/GeomLib/GeomLib_LogSample.hxx @@ -23,8 +23,6 @@ #include #include -#include - class GeomLib_LogSample : public math_FunctionSample diff --git a/src/GeomLib/GeomLib_MakeCurvefromApprox.hxx b/src/GeomLib/GeomLib_MakeCurvefromApprox.hxx index 76e0f42c07..095f61b996 100644 --- a/src/GeomLib/GeomLib_MakeCurvefromApprox.hxx +++ b/src/GeomLib/GeomLib_MakeCurvefromApprox.hxx @@ -22,7 +22,6 @@ #include #include -#include #include class Geom2d_BSplineCurve; class Geom_BSplineCurve; diff --git a/src/GeomLib/GeomLib_PolyFunc.hxx b/src/GeomLib/GeomLib_PolyFunc.hxx index 5cbb80bc9a..06375955aa 100644 --- a/src/GeomLib/GeomLib_PolyFunc.hxx +++ b/src/GeomLib/GeomLib_PolyFunc.hxx @@ -23,8 +23,6 @@ #include #include -#include -#include //! Polynomial Function diff --git a/src/GeomLib/GeomLib_Tool.cxx b/src/GeomLib/GeomLib_Tool.cxx index 03e7cff0aa..2c38aed268 100644 --- a/src/GeomLib/GeomLib_Tool.cxx +++ b/src/GeomLib/GeomLib_Tool.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include // The functions Parameter(s) are used to compute parameter(s) of point diff --git a/src/GeomPlate/GeomPlate_Aij.hxx b/src/GeomPlate/GeomPlate_Aij.hxx index b9fc196ed4..cbfabc2753 100644 --- a/src/GeomPlate/GeomPlate_Aij.hxx +++ b/src/GeomPlate/GeomPlate_Aij.hxx @@ -21,7 +21,6 @@ #include #include -#include #include diff --git a/src/GeomPlate/GeomPlate_BuildAveragePlane.cxx b/src/GeomPlate/GeomPlate_BuildAveragePlane.cxx index c058110ec1..557906d138 100644 --- a/src/GeomPlate/GeomPlate_BuildAveragePlane.cxx +++ b/src/GeomPlate/GeomPlate_BuildAveragePlane.cxx @@ -27,12 +27,10 @@ #include #include #include -#include #include #include #include #include -#include #include #include #include diff --git a/src/GeomPlate/GeomPlate_BuildAveragePlane.hxx b/src/GeomPlate/GeomPlate_BuildAveragePlane.hxx index b8fd059f58..0a27e51848 100644 --- a/src/GeomPlate/GeomPlate_BuildAveragePlane.hxx +++ b/src/GeomPlate/GeomPlate_BuildAveragePlane.hxx @@ -22,12 +22,10 @@ #include #include -#include #include #include #include #include -#include #include class Geom_Plane; class Geom_Line; diff --git a/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx b/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx index 3a2ff0939a..9f018a8a4d 100644 --- a/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx +++ b/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx @@ -49,20 +49,16 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include -#include #include #include -#include #include #include #include diff --git a/src/GeomPlate/GeomPlate_BuildPlateSurface.hxx b/src/GeomPlate/GeomPlate_BuildPlateSurface.hxx index 1335089838..db8e144d76 100644 --- a/src/GeomPlate/GeomPlate_BuildPlateSurface.hxx +++ b/src/GeomPlate/GeomPlate_BuildPlateSurface.hxx @@ -19,13 +19,11 @@ #include #include -#include #include #include #include #include -#include #include #include #include diff --git a/src/GeomPlate/GeomPlate_CurveConstraint.cxx b/src/GeomPlate/GeomPlate_CurveConstraint.cxx index 752cacc7ff..d3a0cbbf29 100644 --- a/src/GeomPlate/GeomPlate_CurveConstraint.cxx +++ b/src/GeomPlate/GeomPlate_CurveConstraint.cxx @@ -18,27 +18,18 @@ // ne traite que les GeomAdaptor_Surface; // plus de reference a BRepAdaptor -#include -#include -#include -#include #include -#include #include #include #include #include -#include #include #include -#include #include #include #include #include -#include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_CurveConstraint,Standard_Transient) diff --git a/src/GeomPlate/GeomPlate_HArray1OfHCurve.hxx b/src/GeomPlate/GeomPlate_HArray1OfHCurve.hxx index 4899757c68..cadf7ebf89 100644 --- a/src/GeomPlate/GeomPlate_HArray1OfHCurve.hxx +++ b/src/GeomPlate/GeomPlate_HArray1OfHCurve.hxx @@ -17,7 +17,6 @@ #ifndef GeomPlate_HArray1OfHCurve_HeaderFile #define GeomPlate_HArray1OfHCurve_HeaderFile -#include #include #include diff --git a/src/GeomPlate/GeomPlate_HSequenceOfPointConstraint.hxx b/src/GeomPlate/GeomPlate_HSequenceOfPointConstraint.hxx index 3981e26b6d..a0097c097b 100644 --- a/src/GeomPlate/GeomPlate_HSequenceOfPointConstraint.hxx +++ b/src/GeomPlate/GeomPlate_HSequenceOfPointConstraint.hxx @@ -17,7 +17,6 @@ #ifndef GeomPlate_HSequenceOfPointConstraint_HeaderFile #define GeomPlate_HSequenceOfPointConstraint_HeaderFile -#include #include #include diff --git a/src/GeomPlate/GeomPlate_MakeApprox.cxx b/src/GeomPlate/GeomPlate_MakeApprox.cxx index 9e3f870348..5de1d888b9 100644 --- a/src/GeomPlate/GeomPlate_MakeApprox.cxx +++ b/src/GeomPlate/GeomPlate_MakeApprox.cxx @@ -16,10 +16,7 @@ #include -#include -#include #include -#include #include #include #include @@ -33,7 +30,6 @@ #include #include #include -#include #include #include diff --git a/src/GeomPlate/GeomPlate_MakeApprox.hxx b/src/GeomPlate/GeomPlate_MakeApprox.hxx index 5656e40af5..455dc1729f 100644 --- a/src/GeomPlate/GeomPlate_MakeApprox.hxx +++ b/src/GeomPlate/GeomPlate_MakeApprox.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include class GeomPlate_Surface; diff --git a/src/GeomPlate/GeomPlate_PlateG0Criterion.cxx b/src/GeomPlate/GeomPlate_PlateG0Criterion.cxx index f5c9ef3a0d..d7f8a1bc23 100644 --- a/src/GeomPlate/GeomPlate_PlateG0Criterion.cxx +++ b/src/GeomPlate/GeomPlate_PlateG0Criterion.cxx @@ -21,11 +21,9 @@ // de la distance au carre) #include -#include #include #include #include -#include #include #include #include diff --git a/src/GeomPlate/GeomPlate_PlateG0Criterion.hxx b/src/GeomPlate/GeomPlate_PlateG0Criterion.hxx index ee49b89edc..25d943e901 100644 --- a/src/GeomPlate/GeomPlate_PlateG0Criterion.hxx +++ b/src/GeomPlate/GeomPlate_PlateG0Criterion.hxx @@ -19,15 +19,12 @@ #include #include -#include #include #include #include -#include #include #include -#include class AdvApp2Var_Patch; class AdvApp2Var_Context; diff --git a/src/GeomPlate/GeomPlate_PlateG1Criterion.cxx b/src/GeomPlate/GeomPlate_PlateG1Criterion.cxx index 44cbbd4377..324b068e64 100644 --- a/src/GeomPlate/GeomPlate_PlateG1Criterion.cxx +++ b/src/GeomPlate/GeomPlate_PlateG1Criterion.cxx @@ -16,10 +16,8 @@ #include -#include #include #include -#include #include #include #include diff --git a/src/GeomPlate/GeomPlate_PlateG1Criterion.hxx b/src/GeomPlate/GeomPlate_PlateG1Criterion.hxx index acef5c8a3f..a82db47c8b 100644 --- a/src/GeomPlate/GeomPlate_PlateG1Criterion.hxx +++ b/src/GeomPlate/GeomPlate_PlateG1Criterion.hxx @@ -19,15 +19,12 @@ #include #include -#include #include #include #include -#include #include #include -#include class AdvApp2Var_Patch; class AdvApp2Var_Context; diff --git a/src/GeomPlate/GeomPlate_PointConstraint.cxx b/src/GeomPlate/GeomPlate_PointConstraint.cxx index 99cfc80350..74d31c34cc 100644 --- a/src/GeomPlate/GeomPlate_PointConstraint.cxx +++ b/src/GeomPlate/GeomPlate_PointConstraint.cxx @@ -15,20 +15,13 @@ // commercial license or contractual agreement. -#include -#include #include #include -#include #include -#include #include -#include #include #include -#include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_PointConstraint,Standard_Transient) diff --git a/src/GeomPlate/GeomPlate_PointConstraint.hxx b/src/GeomPlate/GeomPlate_PointConstraint.hxx index 3f4d4bccfa..43b1fa76c4 100644 --- a/src/GeomPlate/GeomPlate_PointConstraint.hxx +++ b/src/GeomPlate/GeomPlate_PointConstraint.hxx @@ -24,9 +24,7 @@ #include #include #include -#include #include -#include #include class Geom_Surface; diff --git a/src/GeomPlate/GeomPlate_Surface.cxx b/src/GeomPlate/GeomPlate_Surface.cxx index bbca7908ed..4bfd203df7 100644 --- a/src/GeomPlate/GeomPlate_Surface.cxx +++ b/src/GeomPlate/GeomPlate_Surface.cxx @@ -24,9 +24,6 @@ #include #include -#include -#include -#include #include #include #include @@ -34,8 +31,6 @@ #include #include #include -#include -#include #include IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_Surface,Geom_Surface) diff --git a/src/GeomPlate/GeomPlate_Surface.hxx b/src/GeomPlate/GeomPlate_Surface.hxx index 6f7e283b83..90dbc25da8 100644 --- a/src/GeomPlate/GeomPlate_Surface.hxx +++ b/src/GeomPlate/GeomPlate_Surface.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/GeomProjLib/GeomProjLib.cxx b/src/GeomProjLib/GeomProjLib.cxx index 365dc0d058..06ebc0ccb1 100644 --- a/src/GeomProjLib/GeomProjLib.cxx +++ b/src/GeomProjLib/GeomProjLib.cxx @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -47,11 +46,6 @@ #include #include #include -#include -#include -#include -#include -#include #include #ifdef DRAW diff --git a/src/GeomToIGES/GeomToIGES_GeomCurve.cxx b/src/GeomToIGES/GeomToIGES_GeomCurve.cxx index 423ceed56d..b0c4c47b60 100644 --- a/src/GeomToIGES/GeomToIGES_GeomCurve.cxx +++ b/src/GeomToIGES/GeomToIGES_GeomCurve.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include @@ -41,7 +40,6 @@ #include #include #include -#include #include #include #include @@ -54,22 +52,15 @@ #include #include #include -#include -#include #include #include -#include #include -#include -#include #include #include -#include #include #include #include #include -#include #include #include #include diff --git a/src/GeomToIGES/GeomToIGES_GeomCurve.hxx b/src/GeomToIGES/GeomToIGES_GeomCurve.hxx index 6eebea1dab..bd5b4dec5f 100644 --- a/src/GeomToIGES/GeomToIGES_GeomCurve.hxx +++ b/src/GeomToIGES/GeomToIGES_GeomCurve.hxx @@ -22,7 +22,6 @@ #include #include -#include class IGESData_IGESEntity; class Geom_Curve; class Geom_BoundedCurve; diff --git a/src/GeomToIGES/GeomToIGES_GeomPoint.cxx b/src/GeomToIGES/GeomToIGES_GeomPoint.cxx index b948f4f232..8f6255f784 100644 --- a/src/GeomToIGES/GeomToIGES_GeomPoint.cxx +++ b/src/GeomToIGES/GeomToIGES_GeomPoint.cxx @@ -17,12 +17,10 @@ #include #include -#include #include #include #include #include -#include //============================================================================= // GeomToIGES_GeomPoint diff --git a/src/GeomToIGES/GeomToIGES_GeomSurface.cxx b/src/GeomToIGES/GeomToIGES_GeomSurface.cxx index 7ca12a35a8..147fb8f4e1 100644 --- a/src/GeomToIGES/GeomToIGES_GeomSurface.cxx +++ b/src/GeomToIGES/GeomToIGES_GeomSurface.cxx @@ -21,19 +21,16 @@ #include #include #include -#include #include #include #include #include #include -#include #include #include #include #include #include -#include #include #include #include @@ -48,7 +45,6 @@ #include #include #include -#include #include #include #include @@ -59,21 +55,16 @@ #include #include #include -#include -#include #include #include -#include #include #include #include -#include #include #include #include #include #include -#include #include #include #include @@ -87,7 +78,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomToIGES/GeomToIGES_GeomSurface.hxx b/src/GeomToIGES/GeomToIGES_GeomSurface.hxx index 28e7da67dc..2b2b8d071a 100644 --- a/src/GeomToIGES/GeomToIGES_GeomSurface.hxx +++ b/src/GeomToIGES/GeomToIGES_GeomSurface.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include class IGESData_IGESEntity; class Geom_Surface; diff --git a/src/GeomToIGES/GeomToIGES_GeomVector.cxx b/src/GeomToIGES/GeomToIGES_GeomVector.cxx index bf6d669453..11e0cfe8f3 100644 --- a/src/GeomToIGES/GeomToIGES_GeomVector.cxx +++ b/src/GeomToIGES/GeomToIGES_GeomVector.cxx @@ -18,19 +18,10 @@ #include #include #include -#include #include -#include -#include -#include -#include #include -#include -#include #include #include -#include -#include #include //============================================================================= diff --git a/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.cxx b/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.cxx index c8abefb6ff..f0675809a5 100644 --- a/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.cxx +++ b/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomToStep/GeomToStep_MakePlane.cxx b/src/GeomToStep/GeomToStep_MakePlane.cxx index 58c6898c55..9f4aa34491 100644 --- a/src/GeomToStep/GeomToStep_MakePlane.cxx +++ b/src/GeomToStep/GeomToStep_MakePlane.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomToStep/GeomToStep_MakePolyline.cxx b/src/GeomToStep/GeomToStep_MakePolyline.cxx index e08d202465..48afe4d030 100644 --- a/src/GeomToStep/GeomToStep_MakePolyline.cxx +++ b/src/GeomToStep/GeomToStep_MakePolyline.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.cxx b/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.cxx index 9a2193ff38..8f8bc1d59f 100644 --- a/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.cxx +++ b/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomTools/GeomTools.cxx b/src/GeomTools/GeomTools.cxx index 01215f875e..767fa178a2 100644 --- a/src/GeomTools/GeomTools.cxx +++ b/src/GeomTools/GeomTools.cxx @@ -17,7 +17,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomTools/GeomTools_Curve2dSet.cxx b/src/GeomTools/GeomTools_Curve2dSet.cxx index d83bd2064a..b8553f8beb 100644 --- a/src/GeomTools/GeomTools_Curve2dSet.cxx +++ b/src/GeomTools/GeomTools_Curve2dSet.cxx @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomTools/GeomTools_Curve2dSet.hxx b/src/GeomTools/GeomTools_Curve2dSet.hxx index bcaf670194..0b5fdd272c 100644 --- a/src/GeomTools/GeomTools_Curve2dSet.hxx +++ b/src/GeomTools/GeomTools_Curve2dSet.hxx @@ -25,7 +25,6 @@ #include #include #include -#include #include class Geom2d_Curve; diff --git a/src/GeomTools/GeomTools_CurveSet.cxx b/src/GeomTools/GeomTools_CurveSet.cxx index 0a32f59ee4..a6e8a3e8da 100644 --- a/src/GeomTools/GeomTools_CurveSet.cxx +++ b/src/GeomTools/GeomTools_CurveSet.cxx @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomTools/GeomTools_CurveSet.hxx b/src/GeomTools/GeomTools_CurveSet.hxx index a87af4bce4..33be969751 100644 --- a/src/GeomTools/GeomTools_CurveSet.hxx +++ b/src/GeomTools/GeomTools_CurveSet.hxx @@ -25,7 +25,6 @@ #include #include #include -#include #include class Geom_Curve; diff --git a/src/GeomTools/GeomTools_SurfaceSet.cxx b/src/GeomTools/GeomTools_SurfaceSet.cxx index 03dadb6a97..2dcc11cbd1 100644 --- a/src/GeomTools/GeomTools_SurfaceSet.cxx +++ b/src/GeomTools/GeomTools_SurfaceSet.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include @@ -39,9 +38,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/src/GeomTools/GeomTools_SurfaceSet.hxx b/src/GeomTools/GeomTools_SurfaceSet.hxx index c77ae388e1..997b66421f 100644 --- a/src/GeomTools/GeomTools_SurfaceSet.hxx +++ b/src/GeomTools/GeomTools_SurfaceSet.hxx @@ -25,7 +25,6 @@ #include #include #include -#include #include class Geom_Surface; diff --git a/src/GeomTools/GeomTools_UndefinedTypeHandler.cxx b/src/GeomTools/GeomTools_UndefinedTypeHandler.cxx index c997e4eb6a..62672d5f04 100644 --- a/src/GeomTools/GeomTools_UndefinedTypeHandler.cxx +++ b/src/GeomTools/GeomTools_UndefinedTypeHandler.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/GeomTools/GeomTools_UndefinedTypeHandler.hxx b/src/GeomTools/GeomTools_UndefinedTypeHandler.hxx index 7261ad384b..9d4e370a4f 100644 --- a/src/GeomTools/GeomTools_UndefinedTypeHandler.hxx +++ b/src/GeomTools/GeomTools_UndefinedTypeHandler.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include class Geom_Curve; diff --git a/src/GeometryTest/GeometryTest_APICommands.cxx b/src/GeometryTest/GeometryTest_APICommands.cxx index 4a0979f225..8e742ae691 100644 --- a/src/GeometryTest/GeometryTest_APICommands.cxx +++ b/src/GeometryTest/GeometryTest_APICommands.cxx @@ -16,8 +16,6 @@ #include #include -#include -#include #include #include #include @@ -31,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeometryTest/GeometryTest_ConstraintCommands.cxx b/src/GeometryTest/GeometryTest_ConstraintCommands.cxx index f1e050243c..4946ed3d8a 100644 --- a/src/GeometryTest/GeometryTest_ConstraintCommands.cxx +++ b/src/GeometryTest/GeometryTest_ConstraintCommands.cxx @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include #include #include @@ -37,7 +35,6 @@ #include #include #include -#include #include #include #include @@ -46,25 +43,15 @@ #include #include #include -#include #include #include -#include -#include -#include #include #include -#include -#include #include #include -#include -#include -#include #include #include -#include #ifdef _WIN32 Standard_IMPORT Draw_Viewer dout; #endif diff --git a/src/GeometryTest/GeometryTest_ContinuityCommands.cxx b/src/GeometryTest/GeometryTest_ContinuityCommands.cxx index 36782bb2d9..709d76dd2a 100644 --- a/src/GeometryTest/GeometryTest_ContinuityCommands.cxx +++ b/src/GeometryTest/GeometryTest_ContinuityCommands.cxx @@ -17,10 +17,7 @@ #include #include #include -#include -#include #include -#include #include #include #include diff --git a/src/GeometryTest/GeometryTest_CurveCommands.cxx b/src/GeometryTest/GeometryTest_CurveCommands.cxx index cfc04e62b1..2e52fc6d11 100644 --- a/src/GeometryTest/GeometryTest_CurveCommands.cxx +++ b/src/GeometryTest/GeometryTest_CurveCommands.cxx @@ -19,18 +19,13 @@ #include #include #include -#include -#include -#include #include -#include #include #include #include #include #include #include -#include #include #include @@ -42,15 +37,9 @@ #include #include -#include -#include -#include #include -#include #include -#include -#include #include #include #include @@ -70,9 +59,6 @@ #include #include -#include -#include -#include #include @@ -82,52 +68,30 @@ #include #include -#include -#include -#include #include -#include -#include -#include -#include - -#include #include -#include #include -#include #include -#include - #include -#include #include -#include -#include #include #include -#include #include #include -#include #include #include -#include #include #include #include #include -#include //epa test #include #include #include -#include -#include #include #include #include diff --git a/src/GeometryTest/GeometryTest_FairCurveCommands.cxx b/src/GeometryTest/GeometryTest_FairCurveCommands.cxx index 48e7c8a40b..a689277a92 100644 --- a/src/GeometryTest/GeometryTest_FairCurveCommands.cxx +++ b/src/GeometryTest/GeometryTest_FairCurveCommands.cxx @@ -16,17 +16,13 @@ #include -#include #include #include #include -#include -#include #include #include #include -#include //======================================================================= Standard_Boolean IsGoodNumber(Standard_Integer argc, Standard_Integer waiting, Draw_Interpretor& di) //======================================================================= diff --git a/src/GeometryTest/GeometryTest_PolyCommands.cxx b/src/GeometryTest/GeometryTest_PolyCommands.cxx index 9d582b7635..da714fa42a 100644 --- a/src/GeometryTest/GeometryTest_PolyCommands.cxx +++ b/src/GeometryTest/GeometryTest_PolyCommands.cxx @@ -17,8 +17,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/GeometryTest/GeometryTest_SurfaceCommands.cxx b/src/GeometryTest/GeometryTest_SurfaceCommands.cxx index 766031a3eb..b2809ce6fd 100644 --- a/src/GeometryTest/GeometryTest_SurfaceCommands.cxx +++ b/src/GeometryTest/GeometryTest_SurfaceCommands.cxx @@ -26,12 +26,9 @@ #include #include -#include -#include #include #include -#include #include @@ -39,15 +36,6 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include - #include #include @@ -58,9 +46,6 @@ #include -#include -#include - #ifdef _MSC_VER #include //#define strcasecmp strcmp Already defined diff --git a/src/GeometryTest/GeometryTest_TestProjCommands.cxx b/src/GeometryTest/GeometryTest_TestProjCommands.cxx index f9bd631f19..dfb09217a3 100644 --- a/src/GeometryTest/GeometryTest_TestProjCommands.cxx +++ b/src/GeometryTest/GeometryTest_TestProjCommands.cxx @@ -14,12 +14,8 @@ // commercial license or contractual agreement. #include -#include -#include -#include #include -#include #include #include #include diff --git a/src/GeomliteTest/GeomliteTest_API2dCommands.cxx b/src/GeomliteTest/GeomliteTest_API2dCommands.cxx index 70799afc2f..46a4b68239 100644 --- a/src/GeomliteTest/GeomliteTest_API2dCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_API2dCommands.cxx @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -33,7 +32,6 @@ #include #include #include -#include #include #include #include diff --git a/src/GeomliteTest/GeomliteTest_ApproxCommands.cxx b/src/GeomliteTest/GeomliteTest_ApproxCommands.cxx index 1d403cca29..c88e2e4c2e 100644 --- a/src/GeomliteTest/GeomliteTest_ApproxCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_ApproxCommands.cxx @@ -24,14 +24,11 @@ #include #include #include -#include #include #include -#include #include #include #include -#include #include #include @@ -43,26 +40,13 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include #include #include #include #include #include #include -#include - -#ifdef _MSC_VER -#include -#endif #ifdef _WIN32 Standard_IMPORT Draw_Viewer dout; diff --git a/src/GeomliteTest/GeomliteTest_CurveCommands.cxx b/src/GeomliteTest/GeomliteTest_CurveCommands.cxx index bf805179cc..578bf3295c 100644 --- a/src/GeomliteTest/GeomliteTest_CurveCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_CurveCommands.cxx @@ -21,8 +21,6 @@ #include #include #include -#include -#include #include #include #include @@ -34,13 +32,7 @@ #include #include -#include - #include -#include -#include -#include -#include #include #include @@ -48,11 +40,9 @@ #include #include #include -#include #include #include -#include #include #include @@ -73,26 +63,13 @@ #include #include -#include -#include - #include #include -#include -#include -#include -#include -#include - -#include #include -#include -#include #include -#include #include #include #include @@ -106,7 +83,6 @@ #include #include -#include #include #include #include diff --git a/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx b/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx index 4b96e552d1..0523f1e93d 100644 --- a/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx @@ -16,12 +16,10 @@ #include #include -#include #include #include #include -#include #include #include diff --git a/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx b/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx index 340554b77e..4becc6f98a 100644 --- a/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include #include @@ -30,8 +28,6 @@ #include #include #include -#include -#include #include #include #include @@ -40,17 +36,10 @@ #include #include -#include -#include #include #include -#include -#include -#include - -#include #include #include #include @@ -58,7 +47,6 @@ #include #include #include -#include #include #include @@ -77,8 +65,6 @@ #include #include #include -#include -#include #include #include diff --git a/src/Graphic3d/Graphic3d_Aspects.hxx b/src/Graphic3d/Graphic3d_Aspects.hxx index dd2b45df72..c438255cd9 100644 --- a/src/Graphic3d/Graphic3d_Aspects.hxx +++ b/src/Graphic3d/Graphic3d_Aspects.hxx @@ -14,21 +14,17 @@ #ifndef _Graphic3d_Aspects_HeaderFile #define _Graphic3d_Aspects_HeaderFile -#include #include #include #include -#include #include #include -#include #include #include #include #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_BvhCStructureSetTrsfPers.hxx b/src/Graphic3d/Graphic3d_BvhCStructureSetTrsfPers.hxx index 78a12d799a..8af7ba5e18 100644 --- a/src/Graphic3d/Graphic3d_BvhCStructureSetTrsfPers.hxx +++ b/src/Graphic3d/Graphic3d_BvhCStructureSetTrsfPers.hxx @@ -16,8 +16,6 @@ #ifndef _Graphic3d_BvhCStructureSetTrsfPers_HeaderFile #define _Graphic3d_BvhCStructureSetTrsfPers_HeaderFile -#include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_CStructure.cxx b/src/Graphic3d/Graphic3d_CStructure.cxx index cf7b7c6b64..bc9b09ca08 100644 --- a/src/Graphic3d/Graphic3d_CStructure.cxx +++ b/src/Graphic3d/Graphic3d_CStructure.cxx @@ -15,7 +15,6 @@ #include #include -#include #include #include diff --git a/src/Graphic3d/Graphic3d_CStructure.hxx b/src/Graphic3d/Graphic3d_CStructure.hxx index 8c37f5172d..8138cd165f 100644 --- a/src/Graphic3d/Graphic3d_CStructure.hxx +++ b/src/Graphic3d/Graphic3d_CStructure.hxx @@ -15,15 +15,12 @@ #ifndef _Graphic3d_CStructure_HeaderFile #define _Graphic3d_CStructure_HeaderFile -#include #include -#include #include #include #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_CView.hxx b/src/Graphic3d/Graphic3d_CView.hxx index fe29afeb38..ac687ce8f4 100644 --- a/src/Graphic3d/Graphic3d_CView.hxx +++ b/src/Graphic3d/Graphic3d_CView.hxx @@ -14,25 +14,18 @@ #ifndef _Graphic3d_CView_HeaderFile #define _Graphic3d_CView_HeaderFile -#include #include #include #include #include -#include #include -#include -#include #include #include #include -#include #include #include -#include #include #include -#include #include #include #include @@ -43,7 +36,6 @@ #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_ClipPlane.hxx b/src/Graphic3d/Graphic3d_ClipPlane.hxx index 5d168aaf30..b678862be0 100755 --- a/src/Graphic3d/Graphic3d_ClipPlane.hxx +++ b/src/Graphic3d/Graphic3d_ClipPlane.hxx @@ -16,7 +16,6 @@ #ifndef _Graphic3d_ClipPlane_HeaderFile #define _Graphic3d_ClipPlane_HeaderFile -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_DisplayPriority.hxx b/src/Graphic3d/Graphic3d_DisplayPriority.hxx index 81015503b8..b832b5b73f 100644 --- a/src/Graphic3d/Graphic3d_DisplayPriority.hxx +++ b/src/Graphic3d/Graphic3d_DisplayPriority.hxx @@ -15,8 +15,6 @@ #ifndef _Graphic3d_DisplayPriority_HeaderFile #define _Graphic3d_DisplayPriority_HeaderFile -#include - //! Structure priority - range (do not change this range!). //! Values are between 0 and 10, with 5 used by default. //! A structure of priority 10 is displayed the last and appears over the others (considering depth test). diff --git a/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx b/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx index 9cbe30c285..3a0a626495 100644 --- a/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx +++ b/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_GraphicDriver.hxx b/src/Graphic3d/Graphic3d_GraphicDriver.hxx index 2d3aa21bde..4d4ff77134 100644 --- a/src/Graphic3d/Graphic3d_GraphicDriver.hxx +++ b/src/Graphic3d/Graphic3d_GraphicDriver.hxx @@ -18,13 +18,10 @@ #define _Graphic3d_GraphicDriver_HeaderFile #include -#include #include #include #include #include -#include -#include #include class Aspect_DisplayConnection; diff --git a/src/Graphic3d/Graphic3d_Group.cxx b/src/Graphic3d/Graphic3d_Group.cxx index 7b5cf7bf70..a6884572d0 100644 --- a/src/Graphic3d/Graphic3d_Group.cxx +++ b/src/Graphic3d/Graphic3d_Group.cxx @@ -19,20 +19,9 @@ #include #include #include -#include -#include -#include -#include -#include #include -#include -#include #include #include -#include -#include -#include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_Group.hxx b/src/Graphic3d/Graphic3d_Group.hxx index 47db10e404..eb9aca4f98 100644 --- a/src/Graphic3d/Graphic3d_Group.hxx +++ b/src/Graphic3d/Graphic3d_Group.hxx @@ -18,10 +18,7 @@ #define _Graphic3d_Group_HeaderFile #include -#include #include -#include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_Layer.hxx b/src/Graphic3d/Graphic3d_Layer.hxx index 7a480075b7..c73419b977 100644 --- a/src/Graphic3d/Graphic3d_Layer.hxx +++ b/src/Graphic3d/Graphic3d_Layer.hxx @@ -17,13 +17,11 @@ #include #include #include -#include #include #include #include #include #include -#include #include diff --git a/src/Graphic3d/Graphic3d_LightSet.hxx b/src/Graphic3d/Graphic3d_LightSet.hxx index e853ee056d..584cb4c3fd 100644 --- a/src/Graphic3d/Graphic3d_LightSet.hxx +++ b/src/Graphic3d/Graphic3d_LightSet.hxx @@ -14,7 +14,6 @@ #ifndef _Graphic3d_LightSet_HeaderFile #define _Graphic3d_LightSet_HeaderFile -#include #include //! Class defining the set of light sources. diff --git a/src/Graphic3d/Graphic3d_MapOfAspectsToAspects.hxx b/src/Graphic3d/Graphic3d_MapOfAspectsToAspects.hxx index d0a8e967b2..d6692d6278 100644 --- a/src/Graphic3d/Graphic3d_MapOfAspectsToAspects.hxx +++ b/src/Graphic3d/Graphic3d_MapOfAspectsToAspects.hxx @@ -15,7 +15,6 @@ #define _Graphic3d_MapOfAspectsToAspects_Header #include -#include class Graphic3d_Aspects; typedef NCollection_DataMap Graphic3d_MapOfAspectsToAspects; diff --git a/src/Graphic3d/Graphic3d_MaterialAspect.cxx b/src/Graphic3d/Graphic3d_MaterialAspect.cxx index 7bb778bd93..b04be8d98b 100644 --- a/src/Graphic3d/Graphic3d_MaterialAspect.cxx +++ b/src/Graphic3d/Graphic3d_MaterialAspect.cxx @@ -15,7 +15,6 @@ #include #include -#include #include namespace diff --git a/src/Graphic3d/Graphic3d_MediaTexture.hxx b/src/Graphic3d/Graphic3d_MediaTexture.hxx index 8fb1ecb365..a1e77e52f8 100644 --- a/src/Graphic3d/Graphic3d_MediaTexture.hxx +++ b/src/Graphic3d/Graphic3d_MediaTexture.hxx @@ -16,8 +16,6 @@ #define _Graphic3d_MediaTexture_HeaderFile #include -#include -#include #include class Media_Frame; diff --git a/src/Graphic3d/Graphic3d_PBRMaterial.hxx b/src/Graphic3d/Graphic3d_PBRMaterial.hxx index ceba0add61..ea91abeecd 100644 --- a/src/Graphic3d/Graphic3d_PBRMaterial.hxx +++ b/src/Graphic3d/Graphic3d_PBRMaterial.hxx @@ -19,7 +19,6 @@ #include #include #include -#include #include //! Class implementing Metallic-Roughness physically based material definition diff --git a/src/Graphic3d/Graphic3d_RenderingParams.hxx b/src/Graphic3d/Graphic3d_RenderingParams.hxx index e299663032..d0ce9217c2 100644 --- a/src/Graphic3d/Graphic3d_RenderingParams.hxx +++ b/src/Graphic3d/Graphic3d_RenderingParams.hxx @@ -17,6 +17,7 @@ #define _Graphic3d_RenderingParams_HeaderFile #include +#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_SequenceOfHClipPlane.hxx b/src/Graphic3d/Graphic3d_SequenceOfHClipPlane.hxx index 16bab8d1fd..4da27478cb 100755 --- a/src/Graphic3d/Graphic3d_SequenceOfHClipPlane.hxx +++ b/src/Graphic3d/Graphic3d_SequenceOfHClipPlane.hxx @@ -16,7 +16,6 @@ #ifndef _Graphic3d_SequenceOfHClipPlane_HeaderFile #define _Graphic3d_SequenceOfHClipPlane_HeaderFile -#include #include //! Class defines a Clipping Volume as a logical OR (disjunction) operation between Graphic3d_ClipPlane in sequence. diff --git a/src/Graphic3d/Graphic3d_ShaderManager.cxx b/src/Graphic3d/Graphic3d_ShaderManager.cxx index b78d99a00d..9edd8e1443 100644 --- a/src/Graphic3d/Graphic3d_ShaderManager.cxx +++ b/src/Graphic3d/Graphic3d_ShaderManager.cxx @@ -15,6 +15,7 @@ #include #include +#include #include #include "../Shaders/Shaders_DirectionalLightShadow_glsl.pxx" diff --git a/src/Graphic3d/Graphic3d_ShaderProgram.cxx b/src/Graphic3d/Graphic3d_ShaderProgram.cxx index 8fac2414a8..c4575849f4 100755 --- a/src/Graphic3d/Graphic3d_ShaderProgram.cxx +++ b/src/Graphic3d/Graphic3d_ShaderProgram.cxx @@ -17,6 +17,7 @@ #include #include +#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_ShaderProgram.hxx b/src/Graphic3d/Graphic3d_ShaderProgram.hxx index baf36dd283..5432d1eb8c 100755 --- a/src/Graphic3d/Graphic3d_ShaderProgram.hxx +++ b/src/Graphic3d/Graphic3d_ShaderProgram.hxx @@ -21,7 +21,6 @@ #include #include #include -#include #include //! List of shader objects. diff --git a/src/Graphic3d/Graphic3d_ShaderVariable.cxx b/src/Graphic3d/Graphic3d_ShaderVariable.cxx index 7d1e77d754..f76f6649ca 100755 --- a/src/Graphic3d/Graphic3d_ShaderVariable.cxx +++ b/src/Graphic3d/Graphic3d_ShaderVariable.cxx @@ -13,8 +13,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#include - #include diff --git a/src/Graphic3d/Graphic3d_Structure.cxx b/src/Graphic3d/Graphic3d_Structure.cxx index 92b56ada60..eace8db06f 100644 --- a/src/Graphic3d/Graphic3d_Structure.cxx +++ b/src/Graphic3d/Graphic3d_Structure.cxx @@ -17,15 +17,12 @@ #include #include -#include #include #include -#include #include #include #include #include -#include #include diff --git a/src/Graphic3d/Graphic3d_Structure.hxx b/src/Graphic3d/Graphic3d_Structure.hxx index 905628df50..026e28c59c 100644 --- a/src/Graphic3d/Graphic3d_Structure.hxx +++ b/src/Graphic3d/Graphic3d_Structure.hxx @@ -17,8 +17,6 @@ #ifndef _Graphic3d_Structure_HeaderFile #define _Graphic3d_Structure_HeaderFile -#include -#include #include #include #include @@ -26,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/src/Graphic3d/Graphic3d_StructureManager.hxx b/src/Graphic3d/Graphic3d_StructureManager.hxx index 906abfef5b..e1dd1452ac 100644 --- a/src/Graphic3d/Graphic3d_StructureManager.hxx +++ b/src/Graphic3d/Graphic3d_StructureManager.hxx @@ -18,7 +18,6 @@ #define _Graphic3d_StructureManager_HeaderFile #include -#include #include #include #include @@ -28,7 +27,6 @@ #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_Texture1D.hxx b/src/Graphic3d/Graphic3d_Texture1D.hxx index fb95a81bcf..3ed305383e 100644 --- a/src/Graphic3d/Graphic3d_Texture1D.hxx +++ b/src/Graphic3d/Graphic3d_Texture1D.hxx @@ -18,7 +18,6 @@ #define _Graphic3d_Texture1D_HeaderFile #include -#include #include #include diff --git a/src/Graphic3d/Graphic3d_Texture1Dsegment.hxx b/src/Graphic3d/Graphic3d_Texture1Dsegment.hxx index bc47bffe70..eb9ffdb487 100644 --- a/src/Graphic3d/Graphic3d_Texture1Dsegment.hxx +++ b/src/Graphic3d/Graphic3d_Texture1Dsegment.hxx @@ -18,9 +18,7 @@ #define _Graphic3d_Texture1Dsegment_HeaderFile #include -#include -#include #include #include class TCollection_AsciiString; diff --git a/src/Graphic3d/Graphic3d_Texture2Dplane.hxx b/src/Graphic3d/Graphic3d_Texture2Dplane.hxx index bef96ac7a3..65d6847b83 100644 --- a/src/Graphic3d/Graphic3d_Texture2Dplane.hxx +++ b/src/Graphic3d/Graphic3d_Texture2Dplane.hxx @@ -18,12 +18,10 @@ #define _Graphic3d_Texture2Dplane_HeaderFile #include -#include #include #include #include -#include class TCollection_AsciiString; diff --git a/src/Graphic3d/Graphic3d_TextureEnv.hxx b/src/Graphic3d/Graphic3d_TextureEnv.hxx index b55e320f23..06c8f5885c 100644 --- a/src/Graphic3d/Graphic3d_TextureEnv.hxx +++ b/src/Graphic3d/Graphic3d_TextureEnv.hxx @@ -18,7 +18,6 @@ #define _Graphic3d_TextureEnv_HeaderFile #include -#include #include #include diff --git a/src/Graphic3d/Graphic3d_TextureParams.hxx b/src/Graphic3d/Graphic3d_TextureParams.hxx index 672275bf0e..e31d1ccbd3 100644 --- a/src/Graphic3d/Graphic3d_TextureParams.hxx +++ b/src/Graphic3d/Graphic3d_TextureParams.hxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_TextureRoot.cxx b/src/Graphic3d/Graphic3d_TextureRoot.cxx index 3595871c03..e488e06c2b 100644 --- a/src/Graphic3d/Graphic3d_TextureRoot.cxx +++ b/src/Graphic3d/Graphic3d_TextureRoot.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(Graphic3d_TextureRoot, Standard_Transient) diff --git a/src/Graphic3d/Graphic3d_TransformPers.hxx b/src/Graphic3d/Graphic3d_TransformPers.hxx index ed60b613d9..e0db73b4e8 100644 --- a/src/Graphic3d/Graphic3d_TransformPers.hxx +++ b/src/Graphic3d/Graphic3d_TransformPers.hxx @@ -17,7 +17,6 @@ #define _Graphic3d_TransformPers_HeaderFile #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_TransformUtils.hxx b/src/Graphic3d/Graphic3d_TransformUtils.hxx index 68b829a1d5..470f505519 100644 --- a/src/Graphic3d/Graphic3d_TransformUtils.hxx +++ b/src/Graphic3d/Graphic3d_TransformUtils.hxx @@ -17,7 +17,6 @@ #include #include -#include // M_PI //! Helper class that implements transformation matrix functionality. namespace Graphic3d_TransformUtils diff --git a/src/Graphic3d/Graphic3d_Vertex.hxx b/src/Graphic3d/Graphic3d_Vertex.hxx index 09c92d9d4b..e30326f981 100644 --- a/src/Graphic3d/Graphic3d_Vertex.hxx +++ b/src/Graphic3d/Graphic3d_Vertex.hxx @@ -20,7 +20,6 @@ #include #include #include -#include #include //! This class represents a graphical 3D point. diff --git a/src/HLRAlgo/HLRAlgo_BiPoint.hxx b/src/HLRAlgo/HLRAlgo_BiPoint.hxx index a340d9038a..58a13760fd 100644 --- a/src/HLRAlgo/HLRAlgo_BiPoint.hxx +++ b/src/HLRAlgo/HLRAlgo_BiPoint.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/HLRAlgo/HLRAlgo_Coincidence.hxx b/src/HLRAlgo/HLRAlgo_Coincidence.hxx index 246f53863f..b6e1fc3a9c 100644 --- a/src/HLRAlgo/HLRAlgo_Coincidence.hxx +++ b/src/HLRAlgo/HLRAlgo_Coincidence.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include #include //! The Coincidence class is used in an Inteference to diff --git a/src/HLRAlgo/HLRAlgo_EdgeIterator.hxx b/src/HLRAlgo/HLRAlgo_EdgeIterator.hxx index dd3232987d..0ef402a83b 100644 --- a/src/HLRAlgo/HLRAlgo_EdgeIterator.hxx +++ b/src/HLRAlgo/HLRAlgo_EdgeIterator.hxx @@ -21,10 +21,6 @@ #include #include -#include -#include -#include -#include class HLRAlgo_EdgeStatus; diff --git a/src/HLRAlgo/HLRAlgo_EdgeStatus.cxx b/src/HLRAlgo/HLRAlgo_EdgeStatus.cxx index d6feb9319f..c5a6e447b4 100644 --- a/src/HLRAlgo/HLRAlgo_EdgeStatus.cxx +++ b/src/HLRAlgo/HLRAlgo_EdgeStatus.cxx @@ -20,7 +20,6 @@ #include -#include //======================================================================= //function : HLRAlgo_EdgeStatus diff --git a/src/HLRAlgo/HLRAlgo_EdgeStatus.hxx b/src/HLRAlgo/HLRAlgo_EdgeStatus.hxx index b3b725f158..065b3ebc8f 100644 --- a/src/HLRAlgo/HLRAlgo_EdgeStatus.hxx +++ b/src/HLRAlgo/HLRAlgo_EdgeStatus.hxx @@ -21,11 +21,7 @@ #include #include -#include -#include -#include #include -#include //! This class describes the Hidden Line status of an diff --git a/src/HLRAlgo/HLRAlgo_EdgesBlock.hxx b/src/HLRAlgo/HLRAlgo_EdgesBlock.hxx index 24cc56c10d..ad41eb8e19 100644 --- a/src/HLRAlgo/HLRAlgo_EdgesBlock.hxx +++ b/src/HLRAlgo/HLRAlgo_EdgesBlock.hxx @@ -25,7 +25,6 @@ #include #include #include -#include class HLRAlgo_EdgesBlock; diff --git a/src/HLRAlgo/HLRAlgo_HArray1OfPHDat.hxx b/src/HLRAlgo/HLRAlgo_HArray1OfPHDat.hxx index 9562583a4b..45ad1f2147 100644 --- a/src/HLRAlgo/HLRAlgo_HArray1OfPHDat.hxx +++ b/src/HLRAlgo/HLRAlgo_HArray1OfPHDat.hxx @@ -17,7 +17,6 @@ #ifndef HLRAlgo_HArray1OfPHDat_HeaderFile #define HLRAlgo_HArray1OfPHDat_HeaderFile -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_HArray1OfPINod.hxx b/src/HLRAlgo/HLRAlgo_HArray1OfPINod.hxx index 5d4c418648..1865bfbf5b 100644 --- a/src/HLRAlgo/HLRAlgo_HArray1OfPINod.hxx +++ b/src/HLRAlgo/HLRAlgo_HArray1OfPINod.hxx @@ -17,7 +17,6 @@ #ifndef HLRAlgo_HArray1OfPINod_HeaderFile #define HLRAlgo_HArray1OfPINod_HeaderFile -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_HArray1OfPISeg.hxx b/src/HLRAlgo/HLRAlgo_HArray1OfPISeg.hxx index 54ab83de36..1472b17191 100644 --- a/src/HLRAlgo/HLRAlgo_HArray1OfPISeg.hxx +++ b/src/HLRAlgo/HLRAlgo_HArray1OfPISeg.hxx @@ -17,7 +17,6 @@ #ifndef HLRAlgo_HArray1OfPISeg_HeaderFile #define HLRAlgo_HArray1OfPISeg_HeaderFile -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_HArray1OfTData.hxx b/src/HLRAlgo/HLRAlgo_HArray1OfTData.hxx index c3a9689061..64d73f3baf 100644 --- a/src/HLRAlgo/HLRAlgo_HArray1OfTData.hxx +++ b/src/HLRAlgo/HLRAlgo_HArray1OfTData.hxx @@ -17,7 +17,6 @@ #ifndef HLRAlgo_HArray1OfTData_HeaderFile #define HLRAlgo_HArray1OfTData_HeaderFile -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_Interference.hxx b/src/HLRAlgo/HLRAlgo_Interference.hxx index 2ca06765c4..f2df941fc3 100644 --- a/src/HLRAlgo/HLRAlgo_Interference.hxx +++ b/src/HLRAlgo/HLRAlgo_Interference.hxx @@ -19,7 +19,6 @@ #include #include -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_Intersection.hxx b/src/HLRAlgo/HLRAlgo_Intersection.hxx index d6a71bb172..6a3b2eea8f 100644 --- a/src/HLRAlgo/HLRAlgo_Intersection.hxx +++ b/src/HLRAlgo/HLRAlgo_Intersection.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_PolyAlgo.hxx b/src/HLRAlgo/HLRAlgo_PolyAlgo.hxx index 583027c5eb..b858e2eb37 100644 --- a/src/HLRAlgo/HLRAlgo_PolyAlgo.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyAlgo.hxx @@ -17,7 +17,6 @@ #ifndef _HLRAlgo_PolyAlgo_HeaderFile #define _HLRAlgo_PolyAlgo_HeaderFile -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_PolyData.hxx b/src/HLRAlgo/HLRAlgo_PolyData.hxx index bfcc6fa5be..ef4f3a46fb 100644 --- a/src/HLRAlgo/HLRAlgo_PolyData.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyData.hxx @@ -26,9 +26,6 @@ #include #include #include -#include -#include -#include #include class HLRAlgo_EdgeStatus; diff --git a/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx b/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx index 1a03ef49af..65b06b060b 100644 --- a/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include //! Data structure of a set of Hiding Triangles. diff --git a/src/HLRAlgo/HLRAlgo_PolyInternalData.hxx b/src/HLRAlgo/HLRAlgo_PolyInternalData.hxx index 5840b3f3b7..c1942d8610 100644 --- a/src/HLRAlgo/HLRAlgo_PolyInternalData.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyInternalData.hxx @@ -18,18 +18,12 @@ #define _HLRAlgo_PolyInternalData_HeaderFile #include -#include - #include -#include #include #include #include #include -#include -#include -#include -#include +#include class HLRAlgo_PolyInternalData; diff --git a/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx b/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx index 024ab84589..33d8979f30 100644 --- a/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx @@ -18,7 +18,6 @@ #define _HLRAlgo_PolyInternalNode_HeaderFile #include -#include #include #include diff --git a/src/HLRAlgo/HLRAlgo_PolyInternalSegment.hxx b/src/HLRAlgo/HLRAlgo_PolyInternalSegment.hxx index 1e648fab01..4f44fe7859 100644 --- a/src/HLRAlgo/HLRAlgo_PolyInternalSegment.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyInternalSegment.hxx @@ -19,7 +19,6 @@ #include #include -#include #include diff --git a/src/HLRAlgo/HLRAlgo_PolyShellData.hxx b/src/HLRAlgo/HLRAlgo_PolyShellData.hxx index ca5c031656..04bcf21adc 100644 --- a/src/HLRAlgo/HLRAlgo_PolyShellData.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyShellData.hxx @@ -17,7 +17,6 @@ #ifndef _HLRAlgo_PolyShellData_HeaderFile #define _HLRAlgo_PolyShellData_HeaderFile -#include #include #include #include diff --git a/src/HLRAlgo/HLRAlgo_Projector.cxx b/src/HLRAlgo/HLRAlgo_Projector.cxx index d51bff6f1f..e787c701a6 100644 --- a/src/HLRAlgo/HLRAlgo_Projector.cxx +++ b/src/HLRAlgo/HLRAlgo_Projector.cxx @@ -19,7 +19,6 @@ #endif -#include #include #include #include @@ -29,7 +28,6 @@ #include #include #include -#include // formula for derivating a perspective, from Mathematica // X'[t] X[t] Z'[t] diff --git a/src/HLRAlgo/HLRAlgo_Projector.hxx b/src/HLRAlgo/HLRAlgo_Projector.hxx index 20a3d96a81..baec03ebba 100644 --- a/src/HLRAlgo/HLRAlgo_Projector.hxx +++ b/src/HLRAlgo/HLRAlgo_Projector.hxx @@ -19,11 +19,8 @@ #include #include -#include #include -#include -#include #include #include class gp_Ax2; diff --git a/src/HLRAlgo/HLRAlgo_TriangleData.hxx b/src/HLRAlgo/HLRAlgo_TriangleData.hxx index d2e88ae81e..94e2eb05e4 100644 --- a/src/HLRAlgo/HLRAlgo_TriangleData.hxx +++ b/src/HLRAlgo/HLRAlgo_TriangleData.hxx @@ -19,7 +19,6 @@ #include #include -#include #include diff --git a/src/HLRAppli/HLRAppli_ReflectLines.cxx b/src/HLRAppli/HLRAppli_ReflectLines.cxx index b63708e2d4..de98a22477 100644 --- a/src/HLRAppli/HLRAppli_ReflectLines.cxx +++ b/src/HLRAppli/HLRAppli_ReflectLines.cxx @@ -17,7 +17,6 @@ #include #include #include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_Algo.hxx b/src/HLRBRep/HLRBRep_Algo.hxx index 99532cfd98..e7fcc60e8c 100644 --- a/src/HLRBRep/HLRBRep_Algo.hxx +++ b/src/HLRBRep/HLRBRep_Algo.hxx @@ -18,7 +18,6 @@ #define _HLRBRep_Algo_HeaderFile #include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_AreaLimit.hxx b/src/HLRBRep/HLRBRep_AreaLimit.hxx index b4f73e0038..f33bde03c9 100644 --- a/src/HLRBRep/HLRBRep_AreaLimit.hxx +++ b/src/HLRBRep/HLRBRep_AreaLimit.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_BCurveTool.cxx b/src/HLRBRep/HLRBRep_BCurveTool.cxx index 69b8397ebd..c00ed13cab 100644 --- a/src/HLRBRep/HLRBRep_BCurveTool.cxx +++ b/src/HLRBRep/HLRBRep_BCurveTool.cxx @@ -15,17 +15,9 @@ // commercial license or contractual agreement. -#include #include #include -#include -#include -#include -#include #include -#include -#include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_BCurveTool.hxx b/src/HLRBRep/HLRBRep_BCurveTool.hxx index a0302c1c62..e460e74fa6 100644 --- a/src/HLRBRep/HLRBRep_BCurveTool.hxx +++ b/src/HLRBRep/HLRBRep_BCurveTool.hxx @@ -21,11 +21,9 @@ #include #include -#include #include #include #include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_BSurfaceTool.cxx b/src/HLRBRep/HLRBRep_BSurfaceTool.cxx index 8575c7d497..e4db3314e0 100644 --- a/src/HLRBRep/HLRBRep_BSurfaceTool.cxx +++ b/src/HLRBRep/HLRBRep_BSurfaceTool.cxx @@ -15,15 +15,7 @@ #include -#include -#include #include -#include -#include -#include -#include -#include -#include //======================================================================= //function : NbSamplesU diff --git a/src/HLRBRep/HLRBRep_BiPnt2D.hxx b/src/HLRBRep/HLRBRep_BiPnt2D.hxx index 502265c4ae..48e43d5874 100644 --- a/src/HLRBRep/HLRBRep_BiPnt2D.hxx +++ b/src/HLRBRep/HLRBRep_BiPnt2D.hxx @@ -19,12 +19,9 @@ #include #include -#include #include #include -#include -#include //! Contains the colors of a shape. class HLRBRep_BiPnt2D diff --git a/src/HLRBRep/HLRBRep_BiPoint.hxx b/src/HLRBRep/HLRBRep_BiPoint.hxx index 909994f1f0..8ea065c8df 100644 --- a/src/HLRBRep/HLRBRep_BiPoint.hxx +++ b/src/HLRBRep/HLRBRep_BiPoint.hxx @@ -19,12 +19,9 @@ #include #include -#include #include #include -#include -#include class TopoDS_Shape; class gp_Pnt; diff --git a/src/HLRBRep/HLRBRep_CInter.hxx b/src/HLRBRep/HLRBRep_CInter.hxx index 77003b6d3d..891e299c01 100644 --- a/src/HLRBRep/HLRBRep_CInter.hxx +++ b/src/HLRBRep/HLRBRep_CInter.hxx @@ -19,15 +19,11 @@ #include #include -#include -#include #include #include #include #include -#include -#include #include #include class Standard_ConstructionError; diff --git a/src/HLRBRep/HLRBRep_CLProps.hxx b/src/HLRBRep/HLRBRep_CLProps.hxx index f2d27253cb..156984020b 100644 --- a/src/HLRBRep/HLRBRep_CLProps.hxx +++ b/src/HLRBRep/HLRBRep_CLProps.hxx @@ -19,15 +19,12 @@ #include #include -#include -#include #include #include #include #include #include -#include class LProp_BadContinuity; class Standard_DomainError; class Standard_OutOfRange; diff --git a/src/HLRBRep/HLRBRep_CLPropsATool.hxx b/src/HLRBRep/HLRBRep_CLPropsATool.hxx index 979eb71498..fef5155370 100644 --- a/src/HLRBRep/HLRBRep_CLPropsATool.hxx +++ b/src/HLRBRep/HLRBRep_CLPropsATool.hxx @@ -22,7 +22,6 @@ #include #include -#include class gp_Pnt2d; class gp_Vec2d; diff --git a/src/HLRBRep/HLRBRep_Curve.cxx b/src/HLRBRep/HLRBRep_Curve.cxx index 34fdf31259..ab1869b36f 100644 --- a/src/HLRBRep/HLRBRep_Curve.cxx +++ b/src/HLRBRep/HLRBRep_Curve.cxx @@ -15,18 +15,10 @@ // commercial license or contractual agreement. -#include #include #include #include -#include -#include #include -#include -#include -#include -#include -#include #include #include #include @@ -38,8 +30,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_Curve.hxx b/src/HLRBRep/HLRBRep_Curve.hxx index e347b50f4b..81d7a19b22 100644 --- a/src/HLRBRep/HLRBRep_Curve.hxx +++ b/src/HLRBRep/HLRBRep_Curve.hxx @@ -17,21 +17,18 @@ #ifndef _HLRBRep_Curve_HeaderFile #define _HLRBRep_Curve_HeaderFile +#include +#include +#include +#include #include #include #include - -#include -#include -#include -#include -#include -#include #include -#include -#include #include #include +#include + class TopoDS_Edge; class gp_Pnt; class gp_Vec; diff --git a/src/HLRBRep/HLRBRep_CurveTool.cxx b/src/HLRBRep/HLRBRep_CurveTool.cxx index 49706e1cfc..f3ead85f3e 100644 --- a/src/HLRBRep/HLRBRep_CurveTool.cxx +++ b/src/HLRBRep/HLRBRep_CurveTool.cxx @@ -15,18 +15,7 @@ // commercial license or contractual agreement. -#include -#include -#include -#include -#include -#include -#include #include -#include -#include -#include -#include //======================================================================= //function : NbSamples diff --git a/src/HLRBRep/HLRBRep_CurveTool.hxx b/src/HLRBRep/HLRBRep_CurveTool.hxx index b39d051658..147b8659d8 100644 --- a/src/HLRBRep/HLRBRep_CurveTool.hxx +++ b/src/HLRBRep/HLRBRep_CurveTool.hxx @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_EdgeBuilder.hxx b/src/HLRBRep/HLRBRep_EdgeBuilder.hxx index d9463dae4a..2ebcec31d2 100644 --- a/src/HLRBRep/HLRBRep_EdgeBuilder.hxx +++ b/src/HLRBRep/HLRBRep_EdgeBuilder.hxx @@ -23,7 +23,6 @@ #include #include -#include #include class HLRBRep_AreaLimit; class HLRBRep_VertexList; diff --git a/src/HLRBRep/HLRBRep_EdgeData.cxx b/src/HLRBRep/HLRBRep_EdgeData.cxx index da7d9f4cc4..192fa61c1a 100644 --- a/src/HLRBRep/HLRBRep_EdgeData.cxx +++ b/src/HLRBRep/HLRBRep_EdgeData.cxx @@ -16,8 +16,6 @@ #include -#include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_EdgeData.hxx b/src/HLRBRep/HLRBRep_EdgeData.hxx index 7e02f72ff5..4153a6c963 100644 --- a/src/HLRBRep/HLRBRep_EdgeData.hxx +++ b/src/HLRBRep/HLRBRep_EdgeData.hxx @@ -21,14 +21,10 @@ #include #include -#include -#include #include #include #include -#include -#include class TopoDS_Edge; // resolve name collisions with X11 headers diff --git a/src/HLRBRep/HLRBRep_EdgeFaceTool.cxx b/src/HLRBRep/HLRBRep_EdgeFaceTool.cxx index f589eedd45..a2984bcc3e 100644 --- a/src/HLRBRep/HLRBRep_EdgeFaceTool.cxx +++ b/src/HLRBRep/HLRBRep_EdgeFaceTool.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_EdgeFaceTool.hxx b/src/HLRBRep/HLRBRep_EdgeFaceTool.hxx index ada1c999b1..cd7feae0d1 100644 --- a/src/HLRBRep/HLRBRep_EdgeFaceTool.hxx +++ b/src/HLRBRep/HLRBRep_EdgeFaceTool.hxx @@ -19,11 +19,8 @@ #include #include -#include -#include #include -#include class gp_Dir; diff --git a/src/HLRBRep/HLRBRep_EdgeIList.cxx b/src/HLRBRep/HLRBRep_EdgeIList.cxx index c539b7dfc7..b416ea7fe1 100644 --- a/src/HLRBRep/HLRBRep_EdgeIList.cxx +++ b/src/HLRBRep/HLRBRep_EdgeIList.cxx @@ -19,8 +19,6 @@ #endif -#include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx b/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx index b6c8a43963..f888d8a4f4 100644 --- a/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx +++ b/src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx @@ -19,9 +19,6 @@ #endif -#include -#include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_EdgeInterferenceTool.hxx b/src/HLRBRep/HLRBRep_EdgeInterferenceTool.hxx index 8fd7a962b6..7633bcbed8 100644 --- a/src/HLRBRep/HLRBRep_EdgeInterferenceTool.hxx +++ b/src/HLRBRep/HLRBRep_EdgeInterferenceTool.hxx @@ -23,9 +23,7 @@ #include #include -#include #include -#include class HLRBRep_Data; class gp_Dir; class HLRAlgo_Interference; diff --git a/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx index 87224a53cd..c345d67071 100644 --- a/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx @@ -22,11 +22,8 @@ #include #include -#include -#include #include #include -#include class HLRBRep_CurveTool; class HLRBRep_TheProjPCurOfCInter; class HLRBRep_TheIntPCurvePCurveOfCInter; diff --git a/src/HLRBRep/HLRBRep_FaceData.cxx b/src/HLRBRep/HLRBRep_FaceData.cxx index d3610aa8ac..703a2fdff9 100644 --- a/src/HLRBRep/HLRBRep_FaceData.cxx +++ b/src/HLRBRep/HLRBRep_FaceData.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_FaceData.hxx b/src/HLRBRep/HLRBRep_FaceData.hxx index da2ce8f9f7..497772349f 100644 --- a/src/HLRBRep/HLRBRep_FaceData.hxx +++ b/src/HLRBRep/HLRBRep_FaceData.hxx @@ -21,10 +21,7 @@ #include #include -#include #include -#include -#include #include #include class HLRAlgo_WiresBlock; diff --git a/src/HLRBRep/HLRBRep_FaceIterator.cxx b/src/HLRBRep/HLRBRep_FaceIterator.cxx index 44aaf5308f..cf8075c6c6 100644 --- a/src/HLRBRep/HLRBRep_FaceIterator.cxx +++ b/src/HLRBRep/HLRBRep_FaceIterator.cxx @@ -19,8 +19,6 @@ #endif -#include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_FaceIterator.hxx b/src/HLRBRep/HLRBRep_FaceIterator.hxx index f7c90ea542..dacea08a9b 100644 --- a/src/HLRBRep/HLRBRep_FaceIterator.hxx +++ b/src/HLRBRep/HLRBRep_FaceIterator.hxx @@ -22,7 +22,6 @@ #include #include -#include #include class HLRAlgo_WiresBlock; class HLRAlgo_EdgesBlock; diff --git a/src/HLRBRep/HLRBRep_HLRToShape.hxx b/src/HLRBRep/HLRBRep_HLRToShape.hxx index d88d2ab0a8..9a0d26efab 100644 --- a/src/HLRBRep/HLRBRep_HLRToShape.hxx +++ b/src/HLRBRep/HLRBRep_HLRToShape.hxx @@ -23,7 +23,6 @@ #include #include -#include #include class HLRBRep_Algo; class TopoDS_Shape; diff --git a/src/HLRBRep/HLRBRep_Hider.cxx b/src/HLRBRep/HLRBRep_Hider.cxx index d561da612e..b97392a3f1 100644 --- a/src/HLRBRep/HLRBRep_Hider.cxx +++ b/src/HLRBRep/HLRBRep_Hider.cxx @@ -18,14 +18,9 @@ #include -#include -#include -#include -#include #include #include #include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_IntConicCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_IntConicCurveOfCInter.hxx index 28930fad76..6d0264fafd 100644 --- a/src/HLRBRep/HLRBRep_IntConicCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_IntConicCurveOfCInter.hxx @@ -21,11 +21,9 @@ #include #include -#include #include #include #include -#include #include class Standard_ConstructionError; class IntCurve_IConicTool; diff --git a/src/HLRBRep/HLRBRep_InterCSurf.hxx b/src/HLRBRep/HLRBRep_InterCSurf.hxx index 49b2b202b3..0472a6d127 100644 --- a/src/HLRBRep/HLRBRep_InterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_InterCSurf.hxx @@ -19,11 +19,8 @@ #include #include -#include #include -#include -#include #include #include class gp_Lin; diff --git a/src/HLRBRep/HLRBRep_InternalAlgo.cxx b/src/HLRBRep/HLRBRep_InternalAlgo.cxx index 50b5504059..d8f2b9d141 100644 --- a/src/HLRBRep/HLRBRep_InternalAlgo.cxx +++ b/src/HLRBRep/HLRBRep_InternalAlgo.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_InternalAlgo.hxx b/src/HLRBRep/HLRBRep_InternalAlgo.hxx index 3a1822d582..68f1bc0213 100644 --- a/src/HLRBRep/HLRBRep_InternalAlgo.hxx +++ b/src/HLRBRep/HLRBRep_InternalAlgo.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include class HLRBRep_Data; diff --git a/src/HLRBRep/HLRBRep_Intersector.cxx b/src/HLRBRep/HLRBRep_Intersector.cxx index bb48231ef2..e4a95f5037 100644 --- a/src/HLRBRep/HLRBRep_Intersector.cxx +++ b/src/HLRBRep/HLRBRep_Intersector.cxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include #include @@ -39,7 +37,6 @@ #include #include -#include //#define PERF #ifdef PERF diff --git a/src/HLRBRep/HLRBRep_Intersector.hxx b/src/HLRBRep/HLRBRep_Intersector.hxx index 2731ca69e2..077498a74a 100644 --- a/src/HLRBRep/HLRBRep_Intersector.hxx +++ b/src/HLRBRep/HLRBRep_Intersector.hxx @@ -19,15 +19,10 @@ #include #include -#include -#include #include #include #include -#include -#include -#include class gp_Lin; class IntCurveSurface_IntersectionPoint; class IntRes2d_IntersectionSegment; diff --git a/src/HLRBRep/HLRBRep_LineTool.hxx b/src/HLRBRep/HLRBRep_LineTool.hxx index a265bc0bd9..4a3571c8ce 100644 --- a/src/HLRBRep/HLRBRep_LineTool.hxx +++ b/src/HLRBRep/HLRBRep_LineTool.hxx @@ -26,8 +26,6 @@ #include #include #include -#include -#include #include #include #include @@ -40,7 +38,6 @@ class Standard_OutOfRange; class Standard_NoSuchObject; class Standard_DomainError; -class gp_Lin; class gp_Pnt; class gp_Vec; class Geom_BezierCurve; diff --git a/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx index 2b8b5c4d5e..1f27d41b48 100644 --- a/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx @@ -21,11 +21,9 @@ #include #include -#include #include #include #include -#include class IntCurve_IConicTool; class HLRBRep_CurveTool; diff --git a/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx b/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx index b4aa907724..9abfaed615 100644 --- a/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx @@ -22,13 +22,10 @@ #include #include -#include -#include #include #include #include #include -#include #include class Standard_OutOfRange; class Standard_TypeMismatch; diff --git a/src/HLRBRep/HLRBRep_PolyAlgo.cxx b/src/HLRBRep/HLRBRep_PolyAlgo.cxx index 272619ce92..ebcc46fd3a 100644 --- a/src/HLRBRep/HLRBRep_PolyAlgo.cxx +++ b/src/HLRBRep/HLRBRep_PolyAlgo.cxx @@ -24,15 +24,12 @@ #include #include #include -#include #include #include -#include #include #include #include #include -#include #include #include #include @@ -42,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -50,7 +46,6 @@ #include #include #include -#include IMPLEMENT_STANDARD_RTTIEXT(HLRBRep_PolyAlgo,Standard_Transient) diff --git a/src/HLRBRep/HLRBRep_PolyHLRToShape.cxx b/src/HLRBRep/HLRBRep_PolyHLRToShape.cxx index 771e082913..e064eaab37 100644 --- a/src/HLRBRep/HLRBRep_PolyHLRToShape.cxx +++ b/src/HLRBRep/HLRBRep_PolyHLRToShape.cxx @@ -20,8 +20,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_PolyHLRToShape.hxx b/src/HLRBRep/HLRBRep_PolyHLRToShape.hxx index 7b86b1b2ad..806a4b379d 100644 --- a/src/HLRBRep/HLRBRep_PolyHLRToShape.hxx +++ b/src/HLRBRep/HLRBRep_PolyHLRToShape.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include class HLRBRep_PolyAlgo; diff --git a/src/HLRBRep/HLRBRep_SLProps.hxx b/src/HLRBRep/HLRBRep_SLProps.hxx index 10703a7281..bbfff0bf15 100644 --- a/src/HLRBRep/HLRBRep_SLProps.hxx +++ b/src/HLRBRep/HLRBRep_SLProps.hxx @@ -19,16 +19,12 @@ #include #include -#include -#include -#include #include #include #include #include #include -#include class LProp_BadContinuity; class Standard_DomainError; class Standard_OutOfRange; diff --git a/src/HLRBRep/HLRBRep_SLPropsATool.hxx b/src/HLRBRep/HLRBRep_SLPropsATool.hxx index fecf37162d..727e856e96 100644 --- a/src/HLRBRep/HLRBRep_SLPropsATool.hxx +++ b/src/HLRBRep/HLRBRep_SLPropsATool.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include class gp_Pnt; class gp_Vec; diff --git a/src/HLRBRep/HLRBRep_ShapeToHLR.cxx b/src/HLRBRep/HLRBRep_ShapeToHLR.cxx index 052579682c..84e00fff85 100644 --- a/src/HLRBRep/HLRBRep_ShapeToHLR.cxx +++ b/src/HLRBRep/HLRBRep_ShapeToHLR.cxx @@ -21,13 +21,9 @@ #include #include -#include -#include -#include #include #include #include -#include #include #include #include @@ -35,7 +31,6 @@ #include #include #include -#include #include #include diff --git a/src/HLRBRep/HLRBRep_ShapeToHLR.hxx b/src/HLRBRep/HLRBRep_ShapeToHLR.hxx index 2bf844c6fc..27cc9cccbb 100644 --- a/src/HLRBRep/HLRBRep_ShapeToHLR.hxx +++ b/src/HLRBRep/HLRBRep_ShapeToHLR.hxx @@ -24,7 +24,6 @@ #include #include #include -#include class HLRBRep_Data; class HLRTopoBRep_OutLiner; class HLRAlgo_Projector; diff --git a/src/HLRBRep/HLRBRep_Surface.cxx b/src/HLRBRep/HLRBRep_Surface.cxx index 628b9e15c0..7022dd87d0 100644 --- a/src/HLRBRep/HLRBRep_Surface.cxx +++ b/src/HLRBRep/HLRBRep_Surface.cxx @@ -15,21 +15,10 @@ // commercial license or contractual agreement. -#include -#include -#include -#include -#include -#include #include #include #include -#include -#include #include -#include -#include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_Surface.hxx b/src/HLRBRep/HLRBRep_Surface.hxx index e8b49933d5..682092cde2 100644 --- a/src/HLRBRep/HLRBRep_Surface.hxx +++ b/src/HLRBRep/HLRBRep_Surface.hxx @@ -21,13 +21,9 @@ #include #include -#include #include #include -#include -#include -#include #include #include #include diff --git a/src/HLRBRep/HLRBRep_SurfaceTool.cxx b/src/HLRBRep/HLRBRep_SurfaceTool.cxx index 1b66c45be2..7b3158059c 100644 --- a/src/HLRBRep/HLRBRep_SurfaceTool.cxx +++ b/src/HLRBRep/HLRBRep_SurfaceTool.cxx @@ -15,15 +15,7 @@ #include -#include -#include #include -#include -#include -#include -#include -#include -#include Standard_Integer HLRBRep_SurfaceTool::NbSamplesU(const Standard_Address S) { Standard_Integer nbs; diff --git a/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf.hxx b/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf.hxx index 9c5f113925..986544bcc2 100644 --- a/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf.hxx @@ -21,12 +21,9 @@ #include #include -#include #include #include -#include #include -#include #include #include class HLRBRep_SurfaceTool; diff --git a/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx b/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx index 6a1fc8779f..fb8f3054b7 100644 --- a/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include class HLRBRep_CurveTool; class Extrema_POnCurv2d; diff --git a/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx index cc7af050fc..50aa81f775 100644 --- a/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include class HLRBRep_CurveTool; diff --git a/src/HLRBRep/HLRBRep_TheExactInterCSurf.hxx b/src/HLRBRep/HLRBRep_TheExactInterCSurf.hxx index 7cbb3db484..b169a379d1 100644 --- a/src/HLRBRep/HLRBRep_TheExactInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_TheExactInterCSurf.hxx @@ -23,8 +23,6 @@ #include #include -#include -#include class StdFail_NotDone; class Standard_DomainError; class HLRBRep_SurfaceTool; diff --git a/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter.hxx index 636da739ea..183256231b 100644 --- a/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter.hxx @@ -19,11 +19,8 @@ #include #include -#include #include -#include -#include class IntCurve_IConicTool; class HLRBRep_CurveTool; class HLRBRep_TheProjPCurOfCInter; diff --git a/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx index bf7df7bb7b..51f1979cc7 100644 --- a/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx @@ -19,14 +19,10 @@ #include #include -#include #include #include -#include -#include #include -#include class HLRBRep_CurveTool; class HLRBRep_TheProjPCurOfCInter; class HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter; diff --git a/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf.hxx b/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf.hxx index bfc8a94045..7d385f9fd6 100644 --- a/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf.hxx @@ -22,10 +22,8 @@ #include #include -#include #include #include -#include class HLRBRep_ThePolygonOfInterCSurf; class HLRBRep_ThePolygonToolOfInterCSurf; class HLRBRep_ThePolyhedronOfInterCSurf; diff --git a/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx index ac664bb3bb..35786957d5 100644 --- a/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx @@ -19,11 +19,8 @@ #include #include -#include #include -#include -#include #include #include class Standard_ConstructionError; diff --git a/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx b/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx index 504125543b..d4f9164766 100644 --- a/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx @@ -22,9 +22,7 @@ #include #include -#include #include -#include class Standard_DomainError; class Standard_TypeMismatch; class StdFail_NotDone; diff --git a/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx index 5e36c61693..4642440fa1 100644 --- a/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx @@ -21,14 +21,11 @@ #include #include -#include -#include #include #include #include #include #include -#include class Standard_OutOfRange; class HLRBRep_CurveTool; class IntRes2d_Domain; diff --git a/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf.hxx b/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf.hxx index 2206eddd2d..bdc3fef184 100644 --- a/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf.hxx @@ -22,10 +22,8 @@ #include #include -#include #include #include -#include #include #include class Standard_OutOfRange; diff --git a/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf.hxx b/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf.hxx index 1301ec04c3..e5227fe1d2 100644 --- a/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf.hxx @@ -23,7 +23,6 @@ #include #include -#include class Standard_OutOfRange; class gp_Pnt; class HLRBRep_ThePolygonOfInterCSurf; diff --git a/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf.hxx b/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf.hxx index 87555f2456..3c43944fb7 100644 --- a/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf.hxx @@ -24,9 +24,7 @@ #include #include #include -#include #include -#include #include class Standard_OutOfRange; class HLRBRep_SurfaceTool; diff --git a/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx b/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx index b584470036..1148ec6ab6 100644 --- a/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class HLRBRep_CurveTool; class HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter; diff --git a/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf.hxx b/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf.hxx index ae08524ee0..b0f801c19b 100644 --- a/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf.hxx @@ -21,11 +21,8 @@ #include #include -#include #include -#include #include -#include class HLRBRep_SurfaceTool; class gp_Lin; class HLRBRep_LineTool; diff --git a/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx b/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx index fcc5974121..9d204673f9 100644 --- a/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx +++ b/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx @@ -25,7 +25,6 @@ #include #include #include -#include class IntSurf_Quadric; class gp_Lin; class HLRBRep_LineTool; diff --git a/src/HLRBRep/HLRBRep_VertexList.cxx b/src/HLRBRep/HLRBRep_VertexList.cxx index b970594d70..170043755f 100644 --- a/src/HLRBRep/HLRBRep_VertexList.cxx +++ b/src/HLRBRep/HLRBRep_VertexList.cxx @@ -19,8 +19,6 @@ #endif -#include -#include #include #include #include diff --git a/src/HLRTest/HLRTest.cxx b/src/HLRTest/HLRTest.cxx index f44e722cc5..7dd633a738 100644 --- a/src/HLRTest/HLRTest.cxx +++ b/src/HLRTest/HLRTest.cxx @@ -17,19 +17,14 @@ #include #include -#include #include -#include -#include #include #include #include #include #include #include -#include #include -#include #include static Handle(HLRBRep_Algo) hider; diff --git a/src/HLRTest/HLRTest.hxx b/src/HLRTest/HLRTest.hxx index 030ec0a670..118b74d3ef 100644 --- a/src/HLRTest/HLRTest.hxx +++ b/src/HLRTest/HLRTest.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include class HLRAlgo_Projector; diff --git a/src/HLRTest/HLRTest_DrawableEdgeTool.hxx b/src/HLRTest/HLRTest_DrawableEdgeTool.hxx index 13bda2481e..a981c3a287 100644 --- a/src/HLRTest/HLRTest_DrawableEdgeTool.hxx +++ b/src/HLRTest/HLRTest_DrawableEdgeTool.hxx @@ -20,7 +20,6 @@ #include #include -#include #include #include class HLRBRep_Algo; diff --git a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx index 7eeda8245f..7f01f3c113 100644 --- a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx +++ b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx @@ -20,8 +20,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.hxx b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.hxx index f310527a33..0dac8c4b09 100644 --- a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.hxx +++ b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.hxx @@ -20,7 +20,6 @@ #include #include -#include #include #include #include diff --git a/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx b/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx index ea0a8477ca..2f01a26096 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx +++ b/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx @@ -17,20 +17,14 @@ #include #include -#include #include #include -#include -#include #include #include -#include -#include #include #include #include #include -#include #include #include #include @@ -60,7 +54,6 @@ #include #include #include -#include //======================================================================= //function : Insert diff --git a/src/HLRTopoBRep/HLRTopoBRep_DSFiller.hxx b/src/HLRTopoBRep/HLRTopoBRep_DSFiller.hxx index 1b1227d0cb..37215ffd2f 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_DSFiller.hxx +++ b/src/HLRTopoBRep/HLRTopoBRep_DSFiller.hxx @@ -19,12 +19,9 @@ #include #include -#include #include #include -#include -#include class TopoDS_Shape; class Contap_Contour; class HLRTopoBRep_Data; diff --git a/src/HLRTopoBRep/HLRTopoBRep_Data.cxx b/src/HLRTopoBRep/HLRTopoBRep_Data.cxx index d1ab8b447f..7f3a5e43d5 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_Data.cxx +++ b/src/HLRTopoBRep/HLRTopoBRep_Data.cxx @@ -23,7 +23,6 @@ #include #include #include -#include //======================================================================= //function : HLRTopoBRep_Data diff --git a/src/HLRTopoBRep/HLRTopoBRep_Data.hxx b/src/HLRTopoBRep/HLRTopoBRep_Data.hxx index 7f3215bea6..77f8cca7fe 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_Data.hxx +++ b/src/HLRTopoBRep/HLRTopoBRep_Data.hxx @@ -25,12 +25,10 @@ #include #include #include -#include #include #include #include #include -#include class TopoDS_Edge; class TopoDS_Face; class TopoDS_Shape; diff --git a/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx b/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx index 360ccecfc2..6151e40bc4 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx +++ b/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx @@ -26,14 +26,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include #include @@ -41,7 +39,6 @@ #include #include #include -#include //#include const Standard_Real IntersectorConfusion = 1.e-10; diff --git a/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.hxx b/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.hxx index 2c053ec963..577b362885 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.hxx +++ b/src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.hxx @@ -22,7 +22,6 @@ #include #include -#include class TopoDS_Face; class HLRTopoBRep_Data; class TopoDS_Vertex; diff --git a/src/HLRTopoBRep/HLRTopoBRep_OutLiner.cxx b/src/HLRTopoBRep/HLRTopoBRep_OutLiner.cxx index 9e3d2c8144..e6b0880098 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_OutLiner.cxx +++ b/src/HLRTopoBRep/HLRTopoBRep_OutLiner.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -36,7 +35,6 @@ #include #include #include -#include IMPLEMENT_STANDARD_RTTIEXT(HLRTopoBRep_OutLiner,Standard_Transient) diff --git a/src/HLRTopoBRep/HLRTopoBRep_VData.hxx b/src/HLRTopoBRep/HLRTopoBRep_VData.hxx index 0a604f5132..4cf92899c1 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_VData.hxx +++ b/src/HLRTopoBRep/HLRTopoBRep_VData.hxx @@ -21,7 +21,6 @@ #include #include -#include #include diff --git a/src/Hatch/Hatch_Hatcher.cxx b/src/Hatch/Hatch_Hatcher.cxx index 67d1d093b5..830f318caf 100644 --- a/src/Hatch/Hatch_Hatcher.cxx +++ b/src/Hatch/Hatch_Hatcher.cxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/Hatch/Hatch_Hatcher.hxx b/src/Hatch/Hatch_Hatcher.hxx index 708a8c3020..e5af52520f 100644 --- a/src/Hatch/Hatch_Hatcher.hxx +++ b/src/Hatch/Hatch_Hatcher.hxx @@ -19,11 +19,8 @@ #include #include -#include -#include #include -#include #include #include class gp_Lin2d; diff --git a/src/Hatch/Hatch_Line.cxx b/src/Hatch/Hatch_Line.cxx index 44f59536de..8a4d90448c 100644 --- a/src/Hatch/Hatch_Line.cxx +++ b/src/Hatch/Hatch_Line.cxx @@ -15,7 +15,6 @@ // commercial license or contractual agreement. -#include #include #include #include diff --git a/src/Hatch/Hatch_Line.hxx b/src/Hatch/Hatch_Line.hxx index 1e2c184dfc..3371dce42f 100644 --- a/src/Hatch/Hatch_Line.hxx +++ b/src/Hatch/Hatch_Line.hxx @@ -24,9 +24,6 @@ #include #include #include -#include -#include -#include //! Stores a Line in the Hatcher. Represented by : diff --git a/src/Hatch/Hatch_Parameter.hxx b/src/Hatch/Hatch_Parameter.hxx index 8e74c0fc1a..e9ed9e9195 100644 --- a/src/Hatch/Hatch_Parameter.hxx +++ b/src/Hatch/Hatch_Parameter.hxx @@ -19,10 +19,7 @@ #include #include -#include -#include -#include #include diff --git a/src/HatchGen/HatchGen_Domain.cxx b/src/HatchGen/HatchGen_Domain.cxx index 893e7fcdb0..c0d0a33933 100644 --- a/src/HatchGen/HatchGen_Domain.cxx +++ b/src/HatchGen/HatchGen_Domain.cxx @@ -17,7 +17,6 @@ #include #include -#include #include //======================================================================= diff --git a/src/HatchGen/HatchGen_Domain.hxx b/src/HatchGen/HatchGen_Domain.hxx index 6d55a2a249..b2734c958d 100644 --- a/src/HatchGen/HatchGen_Domain.hxx +++ b/src/HatchGen/HatchGen_Domain.hxx @@ -23,8 +23,6 @@ #include #include -#include - class HatchGen_Domain diff --git a/src/HatchGen/HatchGen_IntersectionPoint.hxx b/src/HatchGen/HatchGen_IntersectionPoint.hxx index 7c961d23a6..258bae37a7 100644 --- a/src/HatchGen/HatchGen_IntersectionPoint.hxx +++ b/src/HatchGen/HatchGen_IntersectionPoint.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/src/HatchGen/HatchGen_PointOnElement.hxx b/src/HatchGen/HatchGen_PointOnElement.hxx index 2c37569057..4bcda96b4f 100644 --- a/src/HatchGen/HatchGen_PointOnElement.hxx +++ b/src/HatchGen/HatchGen_PointOnElement.hxx @@ -25,7 +25,6 @@ #include #include #include -#include class IntRes2d_IntersectionPoint; diff --git a/src/HatchGen/HatchGen_PointOnHatching.cxx b/src/HatchGen/HatchGen_PointOnHatching.cxx index f8655fd122..3afd2bb334 100644 --- a/src/HatchGen/HatchGen_PointOnHatching.cxx +++ b/src/HatchGen/HatchGen_PointOnHatching.cxx @@ -15,10 +15,8 @@ // commercial license or contractual agreement. -#include #include #include -#include #include #define RAISE_IF_NOSUCHOBJECT 0 diff --git a/src/HatchGen/HatchGen_PointOnHatching.hxx b/src/HatchGen/HatchGen_PointOnHatching.hxx index e3ec0458df..53bb24ee08 100644 --- a/src/HatchGen/HatchGen_PointOnHatching.hxx +++ b/src/HatchGen/HatchGen_PointOnHatching.hxx @@ -23,8 +23,6 @@ #include #include -#include -#include #include class IntRes2d_IntersectionPoint; class HatchGen_PointOnElement; diff --git a/src/HeaderSection/HeaderSection_FileDescription.hxx b/src/HeaderSection/HeaderSection_FileDescription.hxx index b708f531e8..c2cd6a7983 100644 --- a/src/HeaderSection/HeaderSection_FileDescription.hxx +++ b/src/HeaderSection/HeaderSection_FileDescription.hxx @@ -18,7 +18,6 @@ #define _HeaderSection_FileDescription_HeaderFile #include -#include #include #include diff --git a/src/HeaderSection/HeaderSection_FileName.hxx b/src/HeaderSection/HeaderSection_FileName.hxx index 62661fc4e9..1c9872ba2f 100644 --- a/src/HeaderSection/HeaderSection_FileName.hxx +++ b/src/HeaderSection/HeaderSection_FileName.hxx @@ -18,7 +18,6 @@ #define _HeaderSection_FileName_HeaderFile #include -#include #include #include diff --git a/src/HeaderSection/HeaderSection_FileSchema.hxx b/src/HeaderSection/HeaderSection_FileSchema.hxx index 96bb99dd38..bf0683bb67 100644 --- a/src/HeaderSection/HeaderSection_FileSchema.hxx +++ b/src/HeaderSection/HeaderSection_FileSchema.hxx @@ -18,7 +18,6 @@ #define _HeaderSection_FileSchema_HeaderFile #include -#include #include #include diff --git a/src/HeaderSection/HeaderSection_Protocol.hxx b/src/HeaderSection/HeaderSection_Protocol.hxx index 4ee81ac65d..3a4a69abd0 100644 --- a/src/HeaderSection/HeaderSection_Protocol.hxx +++ b/src/HeaderSection/HeaderSection_Protocol.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include class HeaderSection_Protocol; diff --git a/src/Hermit/Hermit.cxx b/src/Hermit/Hermit.cxx index 2447336f9b..eeb22232ee 100644 --- a/src/Hermit/Hermit.cxx +++ b/src/Hermit/Hermit.cxx @@ -20,15 +20,12 @@ #include #include #include -#include #include -#include #include #include #include #include #include -#include #include #include diff --git a/src/Hermit/Hermit.hxx b/src/Hermit/Hermit.hxx index 80fec1b6b6..47c910ad38 100644 --- a/src/Hermit/Hermit.hxx +++ b/src/Hermit/Hermit.hxx @@ -21,7 +21,6 @@ #include #include -#include class Geom2d_BSplineCurve; class Geom_BSplineCurve; diff --git a/src/IFGraph/IFGraph_Compare.hxx b/src/IFGraph/IFGraph_Compare.hxx index d6440959e9..e7d9b5c303 100644 --- a/src/IFGraph/IFGraph_Compare.hxx +++ b/src/IFGraph/IFGraph_Compare.hxx @@ -23,7 +23,6 @@ #include #include -#include class Standard_Transient; class Interface_EntityIterator; diff --git a/src/IFGraph/IFGraph_ConnectedComponants.hxx b/src/IFGraph/IFGraph_ConnectedComponants.hxx index 30398c72f1..a29fe82d96 100644 --- a/src/IFGraph/IFGraph_ConnectedComponants.hxx +++ b/src/IFGraph/IFGraph_ConnectedComponants.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include class Interface_Graph; //! determines Connected Components in a Graph. diff --git a/src/IFGraph/IFGraph_SCRoots.hxx b/src/IFGraph/IFGraph_SCRoots.hxx index 1b217eb64a..cd5941cdc1 100644 --- a/src/IFGraph/IFGraph_SCRoots.hxx +++ b/src/IFGraph/IFGraph_SCRoots.hxx @@ -19,10 +19,8 @@ #include #include -#include #include -#include class Interface_Graph; diff --git a/src/IFGraph/IFGraph_SubPartsIterator.cxx b/src/IFGraph/IFGraph_SubPartsIterator.cxx index ad73079d21..52ee0f2e6b 100644 --- a/src/IFGraph/IFGraph_SubPartsIterator.cxx +++ b/src/IFGraph/IFGraph_SubPartsIterator.cxx @@ -13,7 +13,6 @@ #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect.hxx b/src/IFSelect/IFSelect.hxx index 2d88cfbae3..57774b9a4e 100644 --- a/src/IFSelect/IFSelect.hxx +++ b/src/IFSelect/IFSelect.hxx @@ -22,7 +22,6 @@ #include #include -#include class IFSelect_WorkSession; diff --git a/src/IFSelect/IFSelect_Act.cxx b/src/IFSelect/IFSelect_Act.cxx index aacb291d77..43020e3119 100644 --- a/src/IFSelect/IFSelect_Act.cxx +++ b/src/IFSelect/IFSelect_Act.cxx @@ -14,7 +14,6 @@ #include #include -#include #include #include diff --git a/src/IFSelect/IFSelect_Act.hxx b/src/IFSelect/IFSelect_Act.hxx index 2dd391fc74..861237d067 100644 --- a/src/IFSelect/IFSelect_Act.hxx +++ b/src/IFSelect/IFSelect_Act.hxx @@ -18,12 +18,9 @@ #define _IFSelect_Act_HeaderFile #include -#include -#include #include #include -#include #include #include class IFSelect_SessionPilot; diff --git a/src/IFSelect/IFSelect_Activator.cxx b/src/IFSelect/IFSelect_Activator.cxx index fe2e447b05..52f268a78d 100644 --- a/src/IFSelect/IFSelect_Activator.cxx +++ b/src/IFSelect/IFSelect_Activator.cxx @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_Activator.hxx b/src/IFSelect/IFSelect_Activator.hxx index aa576abd60..3110505589 100644 --- a/src/IFSelect/IFSelect_Activator.hxx +++ b/src/IFSelect/IFSelect_Activator.hxx @@ -18,13 +18,9 @@ #define _IFSelect_Activator_HeaderFile #include -#include -#include #include #include -#include -#include #include #include class IFSelect_SessionPilot; diff --git a/src/IFSelect/IFSelect_AppliedModifiers.hxx b/src/IFSelect/IFSelect_AppliedModifiers.hxx index fd17585a6c..ce04998743 100644 --- a/src/IFSelect/IFSelect_AppliedModifiers.hxx +++ b/src/IFSelect/IFSelect_AppliedModifiers.hxx @@ -18,13 +18,11 @@ #define _IFSelect_AppliedModifiers_HeaderFile #include -#include #include #include #include #include -#include #include class IFSelect_GeneralModifier; diff --git a/src/IFSelect/IFSelect_BasicDumper.cxx b/src/IFSelect/IFSelect_BasicDumper.cxx index 7883f84f5e..26a04db161 100644 --- a/src/IFSelect/IFSelect_BasicDumper.cxx +++ b/src/IFSelect/IFSelect_BasicDumper.cxx @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_BasicDumper.hxx b/src/IFSelect/IFSelect_BasicDumper.hxx index f89baf13ab..6f7ba52ca6 100644 --- a/src/IFSelect/IFSelect_BasicDumper.hxx +++ b/src/IFSelect/IFSelect_BasicDumper.hxx @@ -21,7 +21,6 @@ #include #include -#include class IFSelect_SessionFile; class Standard_Transient; class TCollection_AsciiString; diff --git a/src/IFSelect/IFSelect_CheckCounter.cxx b/src/IFSelect/IFSelect_CheckCounter.cxx index fa683f23c9..6c3802c4e5 100644 --- a/src/IFSelect/IFSelect_CheckCounter.cxx +++ b/src/IFSelect/IFSelect_CheckCounter.cxx @@ -13,7 +13,6 @@ #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_CheckCounter.hxx b/src/IFSelect/IFSelect_CheckCounter.hxx index a22733b061..28d14510e1 100644 --- a/src/IFSelect/IFSelect_CheckCounter.hxx +++ b/src/IFSelect/IFSelect_CheckCounter.hxx @@ -18,10 +18,8 @@ #define _IFSelect_CheckCounter_HeaderFile #include -#include #include -#include class MoniTool_SignText; class Interface_CheckIterator; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_ContextModif.hxx b/src/IFSelect/IFSelect_ContextModif.hxx index 06a98bf776..50c77d53a3 100644 --- a/src/IFSelect/IFSelect_ContextModif.hxx +++ b/src/IFSelect/IFSelect_ContextModif.hxx @@ -26,7 +26,6 @@ #include #include #include -#include class Interface_Protocol; class Interface_CopyControl; class Interface_CopyTool; diff --git a/src/IFSelect/IFSelect_ContextWrite.cxx b/src/IFSelect/IFSelect_ContextWrite.cxx index 2269f53d0f..c4bbcf1e03 100644 --- a/src/IFSelect/IFSelect_ContextWrite.cxx +++ b/src/IFSelect/IFSelect_ContextWrite.cxx @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_ContextWrite.hxx b/src/IFSelect/IFSelect_ContextWrite.hxx index 287c66ab61..05dca8c386 100644 --- a/src/IFSelect/IFSelect_ContextWrite.hxx +++ b/src/IFSelect/IFSelect_ContextWrite.hxx @@ -21,11 +21,9 @@ #include #include -#include #include #include #include -#include class Interface_InterfaceModel; class Interface_Protocol; class IFSelect_AppliedModifiers; diff --git a/src/IFSelect/IFSelect_DispGlobal.hxx b/src/IFSelect/IFSelect_DispGlobal.hxx index 2ca327d20d..84fabe19e6 100644 --- a/src/IFSelect/IFSelect_DispGlobal.hxx +++ b/src/IFSelect/IFSelect_DispGlobal.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class TCollection_AsciiString; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_DispPerCount.cxx b/src/IFSelect/IFSelect_DispPerCount.cxx index d013045df2..e15b42af6c 100644 --- a/src/IFSelect/IFSelect_DispPerCount.cxx +++ b/src/IFSelect/IFSelect_DispPerCount.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_DispPerCount.hxx b/src/IFSelect/IFSelect_DispPerCount.hxx index 82e78e87ad..a12bd91390 100644 --- a/src/IFSelect/IFSelect_DispPerCount.hxx +++ b/src/IFSelect/IFSelect_DispPerCount.hxx @@ -22,7 +22,6 @@ #include #include -#include class IFSelect_IntParam; class TCollection_AsciiString; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_DispPerFiles.cxx b/src/IFSelect/IFSelect_DispPerFiles.cxx index 8107729786..b37d770de5 100644 --- a/src/IFSelect/IFSelect_DispPerFiles.cxx +++ b/src/IFSelect/IFSelect_DispPerFiles.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_DispPerFiles.hxx b/src/IFSelect/IFSelect_DispPerFiles.hxx index efe1755911..02f4258a4c 100644 --- a/src/IFSelect/IFSelect_DispPerFiles.hxx +++ b/src/IFSelect/IFSelect_DispPerFiles.hxx @@ -22,7 +22,6 @@ #include #include -#include class IFSelect_IntParam; class TCollection_AsciiString; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_DispPerOne.hxx b/src/IFSelect/IFSelect_DispPerOne.hxx index 1dffd834a4..2d889111c3 100644 --- a/src/IFSelect/IFSelect_DispPerOne.hxx +++ b/src/IFSelect/IFSelect_DispPerOne.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class TCollection_AsciiString; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_DispPerSignature.cxx b/src/IFSelect/IFSelect_DispPerSignature.cxx index 9668d042a4..fda05474fd 100644 --- a/src/IFSelect/IFSelect_DispPerSignature.cxx +++ b/src/IFSelect/IFSelect_DispPerSignature.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_DispPerSignature.hxx b/src/IFSelect/IFSelect_DispPerSignature.hxx index ff37907d7d..94622de19e 100644 --- a/src/IFSelect/IFSelect_DispPerSignature.hxx +++ b/src/IFSelect/IFSelect_DispPerSignature.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include class IFSelect_SignCounter; class TCollection_AsciiString; diff --git a/src/IFSelect/IFSelect_Dispatch.cxx b/src/IFSelect/IFSelect_Dispatch.cxx index d34d8d0503..db9b00d002 100644 --- a/src/IFSelect/IFSelect_Dispatch.cxx +++ b/src/IFSelect/IFSelect_Dispatch.cxx @@ -15,11 +15,9 @@ #include #include #include -#include #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_Dispatch.hxx b/src/IFSelect/IFSelect_Dispatch.hxx index 82b0b7d4ab..11c8126ffa 100644 --- a/src/IFSelect/IFSelect_Dispatch.hxx +++ b/src/IFSelect/IFSelect_Dispatch.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class TCollection_HAsciiString; class IFSelect_Selection; diff --git a/src/IFSelect/IFSelect_EditForm.cxx b/src/IFSelect/IFSelect_EditForm.cxx index 2177a56c21..7065164e56 100644 --- a/src/IFSelect/IFSelect_EditForm.cxx +++ b/src/IFSelect/IFSelect_EditForm.cxx @@ -18,8 +18,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_EditForm.hxx b/src/IFSelect/IFSelect_EditForm.hxx index 5d4469ea4b..857715a5b9 100644 --- a/src/IFSelect/IFSelect_EditForm.hxx +++ b/src/IFSelect/IFSelect_EditForm.hxx @@ -18,15 +18,11 @@ #define _IFSelect_EditForm_HeaderFile #include -#include -#include -#include #include #include #include #include -#include #include #include class IFSelect_Editor; diff --git a/src/IFSelect/IFSelect_Editor.cxx b/src/IFSelect/IFSelect_Editor.cxx index 6c224be4a3..49c9464c19 100644 --- a/src/IFSelect/IFSelect_Editor.cxx +++ b/src/IFSelect/IFSelect_Editor.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_Editor.hxx b/src/IFSelect/IFSelect_Editor.hxx index b85ed01d42..6cd9960bc1 100644 --- a/src/IFSelect/IFSelect_Editor.hxx +++ b/src/IFSelect/IFSelect_Editor.hxx @@ -25,9 +25,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_Functions.cxx b/src/IFSelect/IFSelect_Functions.cxx index ce9c0f5235..4a89cb7a9b 100644 --- a/src/IFSelect/IFSelect_Functions.cxx +++ b/src/IFSelect/IFSelect_Functions.cxx @@ -15,7 +15,6 @@ #include #include -#include #include #include #include @@ -24,13 +23,10 @@ #include #include #include -#include #include #include #include -#include #include -#include #include #include #include @@ -51,7 +47,6 @@ #include #include #include -#include #include #include #include @@ -74,7 +69,6 @@ #include #include #include -#include #include // Decomposition of a file name in its parts : prefix, root, suffix diff --git a/src/IFSelect/IFSelect_Functions.hxx b/src/IFSelect/IFSelect_Functions.hxx index e17dfa008e..4c9887f562 100644 --- a/src/IFSelect/IFSelect_Functions.hxx +++ b/src/IFSelect/IFSelect_Functions.hxx @@ -24,7 +24,6 @@ #include #include #include -#include class Standard_Transient; class IFSelect_WorkSession; class IFSelect_Dispatch; diff --git a/src/IFSelect/IFSelect_GeneralModifier.hxx b/src/IFSelect/IFSelect_GeneralModifier.hxx index 44b4e46242..0a53c8ba73 100644 --- a/src/IFSelect/IFSelect_GeneralModifier.hxx +++ b/src/IFSelect/IFSelect_GeneralModifier.hxx @@ -20,7 +20,6 @@ #include #include -#include #include class IFSelect_Selection; class IFSelect_Dispatch; diff --git a/src/IFSelect/IFSelect_GraphCounter.cxx b/src/IFSelect/IFSelect_GraphCounter.cxx index a5aa6f8824..36a7300621 100644 --- a/src/IFSelect/IFSelect_GraphCounter.cxx +++ b/src/IFSelect/IFSelect_GraphCounter.cxx @@ -20,7 +20,6 @@ #include #include -#include IMPLEMENT_STANDARD_RTTIEXT(IFSelect_GraphCounter,IFSelect_SignCounter) IFSelect_GraphCounter::IFSelect_GraphCounter diff --git a/src/IFSelect/IFSelect_GraphCounter.hxx b/src/IFSelect/IFSelect_GraphCounter.hxx index 60a01c626b..ca522b523b 100644 --- a/src/IFSelect/IFSelect_GraphCounter.hxx +++ b/src/IFSelect/IFSelect_GraphCounter.hxx @@ -18,10 +18,8 @@ #define _IFSelect_GraphCounter_HeaderFile #include -#include #include -#include #include class IFSelect_SelectDeduct; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_HSeqOfSelection.hxx b/src/IFSelect/IFSelect_HSeqOfSelection.hxx index a85ebd3146..e2cdd5c46f 100644 --- a/src/IFSelect/IFSelect_HSeqOfSelection.hxx +++ b/src/IFSelect/IFSelect_HSeqOfSelection.hxx @@ -17,7 +17,6 @@ #ifndef IFSelect_HSeqOfSelection_HeaderFile #define IFSelect_HSeqOfSelection_HeaderFile -#include #include #include diff --git a/src/IFSelect/IFSelect_IntParam.hxx b/src/IFSelect/IFSelect_IntParam.hxx index ae61944699..4d48a064d9 100644 --- a/src/IFSelect/IFSelect_IntParam.hxx +++ b/src/IFSelect/IFSelect_IntParam.hxx @@ -18,12 +18,10 @@ #define _IFSelect_IntParam_HeaderFile #include -#include #include #include #include -#include class IFSelect_IntParam; DEFINE_STANDARD_HANDLE(IFSelect_IntParam, Standard_Transient) diff --git a/src/IFSelect/IFSelect_ListEditor.hxx b/src/IFSelect/IFSelect_ListEditor.hxx index ac71d7b701..7c8608f200 100644 --- a/src/IFSelect/IFSelect_ListEditor.hxx +++ b/src/IFSelect/IFSelect_ListEditor.hxx @@ -18,13 +18,11 @@ #define _IFSelect_ListEditor_HeaderFile #include -#include #include #include #include #include -#include class Interface_TypedValue; class Interface_InterfaceModel; class TCollection_HAsciiString; diff --git a/src/IFSelect/IFSelect_ModelCopier.cxx b/src/IFSelect/IFSelect_ModelCopier.cxx index 7b9ce4922f..79ddb58d50 100644 --- a/src/IFSelect/IFSelect_ModelCopier.cxx +++ b/src/IFSelect/IFSelect_ModelCopier.cxx @@ -35,7 +35,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IFSelect_ModelCopier,Standard_Transient) diff --git a/src/IFSelect/IFSelect_ModelCopier.hxx b/src/IFSelect/IFSelect_ModelCopier.hxx index 5363202c2d..694e81c4ff 100644 --- a/src/IFSelect/IFSelect_ModelCopier.hxx +++ b/src/IFSelect/IFSelect_ModelCopier.hxx @@ -26,9 +26,7 @@ #include #include #include -#include #include -#include class IFSelect_ShareOut; class TCollection_AsciiString; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_ModifReorder.hxx b/src/IFSelect/IFSelect_ModifReorder.hxx index b974c6bf2a..d07a99c8f4 100644 --- a/src/IFSelect/IFSelect_ModifReorder.hxx +++ b/src/IFSelect/IFSelect_ModifReorder.hxx @@ -20,7 +20,6 @@ #include #include -#include #include class IFSelect_ContextModif; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_Modifier.hxx b/src/IFSelect/IFSelect_Modifier.hxx index 3f15356c80..9e98826452 100644 --- a/src/IFSelect/IFSelect_Modifier.hxx +++ b/src/IFSelect/IFSelect_Modifier.hxx @@ -21,7 +21,6 @@ #include #include -#include class IFSelect_ContextModif; class Interface_InterfaceModel; class Interface_Protocol; diff --git a/src/IFSelect/IFSelect_PacketList.hxx b/src/IFSelect/IFSelect_PacketList.hxx index 0f7759c9a9..3b01d8e9bb 100644 --- a/src/IFSelect/IFSelect_PacketList.hxx +++ b/src/IFSelect/IFSelect_PacketList.hxx @@ -18,15 +18,11 @@ #define _IFSelect_PacketList_HeaderFile #include -#include -#include #include #include -#include #include #include -#include #include class Interface_InterfaceModel; class Interface_EntityIterator; diff --git a/src/IFSelect/IFSelect_ParamEditor.hxx b/src/IFSelect/IFSelect_ParamEditor.hxx index 2e207e1fc4..c80c8cd152 100644 --- a/src/IFSelect/IFSelect_ParamEditor.hxx +++ b/src/IFSelect/IFSelect_ParamEditor.hxx @@ -23,8 +23,6 @@ #include #include #include -#include -#include #include class Interface_TypedValue; class IFSelect_EditForm; diff --git a/src/IFSelect/IFSelect_SelectAnyList.cxx b/src/IFSelect/IFSelect_SelectAnyList.cxx index a4c8c9fa94..c9686867dd 100644 --- a/src/IFSelect/IFSelect_SelectAnyList.cxx +++ b/src/IFSelect/IFSelect_SelectAnyList.cxx @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SelectAnyList.hxx b/src/IFSelect/IFSelect_SelectAnyList.hxx index debe894608..c47868da70 100644 --- a/src/IFSelect/IFSelect_SelectAnyList.hxx +++ b/src/IFSelect/IFSelect_SelectAnyList.hxx @@ -22,7 +22,6 @@ #include #include -#include class IFSelect_IntParam; class Interface_EntityIterator; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SelectAnyType.hxx b/src/IFSelect/IFSelect_SelectAnyType.hxx index 865cf1ff32..28eb5ee658 100644 --- a/src/IFSelect/IFSelect_SelectAnyType.hxx +++ b/src/IFSelect/IFSelect_SelectAnyType.hxx @@ -22,7 +22,6 @@ #include #include -#include #include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_SelectCombine.hxx b/src/IFSelect/IFSelect_SelectCombine.hxx index 794383dccc..b6c2031f06 100644 --- a/src/IFSelect/IFSelect_SelectCombine.hxx +++ b/src/IFSelect/IFSelect_SelectCombine.hxx @@ -23,7 +23,6 @@ #include #include #include -#include class IFSelect_SelectionIterator; diff --git a/src/IFSelect/IFSelect_SelectControl.hxx b/src/IFSelect/IFSelect_SelectControl.hxx index 2eeaac20ab..3951bda112 100644 --- a/src/IFSelect/IFSelect_SelectControl.hxx +++ b/src/IFSelect/IFSelect_SelectControl.hxx @@ -21,7 +21,6 @@ #include #include -#include class IFSelect_SelectionIterator; diff --git a/src/IFSelect/IFSelect_SelectDeduct.cxx b/src/IFSelect/IFSelect_SelectDeduct.cxx index ce5c55b892..62701357f6 100644 --- a/src/IFSelect/IFSelect_SelectDeduct.cxx +++ b/src/IFSelect/IFSelect_SelectDeduct.cxx @@ -18,7 +18,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IFSelect_SelectDeduct,IFSelect_Selection) diff --git a/src/IFSelect/IFSelect_SelectDeduct.hxx b/src/IFSelect/IFSelect_SelectDeduct.hxx index e5f8dbb955..c23fe4c8f1 100644 --- a/src/IFSelect/IFSelect_SelectDeduct.hxx +++ b/src/IFSelect/IFSelect_SelectDeduct.hxx @@ -21,7 +21,6 @@ #include #include -#include class IFSelect_SelectPointed; class Interface_EntityIterator; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_SelectDiff.hxx b/src/IFSelect/IFSelect_SelectDiff.hxx index 4709c1cf28..5c9e610c85 100644 --- a/src/IFSelect/IFSelect_SelectDiff.hxx +++ b/src/IFSelect/IFSelect_SelectDiff.hxx @@ -21,7 +21,6 @@ #include #include -#include class Interface_EntityIterator; class Interface_Graph; class TCollection_AsciiString; diff --git a/src/IFSelect/IFSelect_SelectErrorEntities.hxx b/src/IFSelect/IFSelect_SelectErrorEntities.hxx index b3fde551d2..7614310097 100644 --- a/src/IFSelect/IFSelect_SelectErrorEntities.hxx +++ b/src/IFSelect/IFSelect_SelectErrorEntities.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_SelectExplore.hxx b/src/IFSelect/IFSelect_SelectExplore.hxx index 85004e6198..d0ad35944f 100644 --- a/src/IFSelect/IFSelect_SelectExplore.hxx +++ b/src/IFSelect/IFSelect_SelectExplore.hxx @@ -22,7 +22,6 @@ #include #include -#include class Interface_EntityIterator; class Interface_Graph; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SelectExtract.hxx b/src/IFSelect/IFSelect_SelectExtract.hxx index 066b780d6f..8da3cd95cf 100644 --- a/src/IFSelect/IFSelect_SelectExtract.hxx +++ b/src/IFSelect/IFSelect_SelectExtract.hxx @@ -20,7 +20,6 @@ #include #include -#include #include #include class Interface_EntityIterator; diff --git a/src/IFSelect/IFSelect_SelectFlag.hxx b/src/IFSelect/IFSelect_SelectFlag.hxx index 719123af87..35de262a7b 100644 --- a/src/IFSelect/IFSelect_SelectFlag.hxx +++ b/src/IFSelect/IFSelect_SelectFlag.hxx @@ -18,12 +18,9 @@ #define _IFSelect_SelectFlag_HeaderFile #include -#include #include #include -#include -#include #include class Interface_EntityIterator; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_SelectInList.cxx b/src/IFSelect/IFSelect_SelectInList.cxx index 1caec0752c..be4e750aee 100644 --- a/src/IFSelect/IFSelect_SelectInList.cxx +++ b/src/IFSelect/IFSelect_SelectInList.cxx @@ -14,7 +14,6 @@ #include #include -#include #include #include diff --git a/src/IFSelect/IFSelect_SelectIncorrectEntities.hxx b/src/IFSelect/IFSelect_SelectIncorrectEntities.hxx index 6400ceef05..64b5fe7189 100644 --- a/src/IFSelect/IFSelect_SelectIncorrectEntities.hxx +++ b/src/IFSelect/IFSelect_SelectIncorrectEntities.hxx @@ -18,7 +18,6 @@ #define _IFSelect_SelectIncorrectEntities_HeaderFile #include -#include #include diff --git a/src/IFSelect/IFSelect_SelectPointed.cxx b/src/IFSelect/IFSelect_SelectPointed.cxx index a043635ffb..7524af418a 100644 --- a/src/IFSelect/IFSelect_SelectPointed.cxx +++ b/src/IFSelect/IFSelect_SelectPointed.cxx @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SelectPointed.hxx b/src/IFSelect/IFSelect_SelectPointed.hxx index 6757980de0..8d853d1532 100644 --- a/src/IFSelect/IFSelect_SelectPointed.hxx +++ b/src/IFSelect/IFSelect_SelectPointed.hxx @@ -20,8 +20,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SelectRange.cxx b/src/IFSelect/IFSelect_SelectRange.cxx index 55d4ef54a9..1512d09b3c 100644 --- a/src/IFSelect/IFSelect_SelectRange.cxx +++ b/src/IFSelect/IFSelect_SelectRange.cxx @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SelectRange.hxx b/src/IFSelect/IFSelect_SelectRange.hxx index bc594b6b22..3c915eb791 100644 --- a/src/IFSelect/IFSelect_SelectRange.hxx +++ b/src/IFSelect/IFSelect_SelectRange.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IFSelect_IntParam; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SelectRootComps.hxx b/src/IFSelect/IFSelect_SelectRootComps.hxx index 52d07fdc3f..ed47750d9c 100644 --- a/src/IFSelect/IFSelect_SelectRootComps.hxx +++ b/src/IFSelect/IFSelect_SelectRootComps.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Interface_EntityIterator; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_SelectRoots.hxx b/src/IFSelect/IFSelect_SelectRoots.hxx index c685ca7566..3a1c6d7474 100644 --- a/src/IFSelect/IFSelect_SelectRoots.hxx +++ b/src/IFSelect/IFSelect_SelectRoots.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Interface_EntityIterator; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_SelectSent.hxx b/src/IFSelect/IFSelect_SelectSent.hxx index eb90d48a45..c2dc361239 100644 --- a/src/IFSelect/IFSelect_SelectSent.hxx +++ b/src/IFSelect/IFSelect_SelectSent.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Interface_EntityIterator; class Interface_Graph; diff --git a/src/IFSelect/IFSelect_SelectShared.cxx b/src/IFSelect/IFSelect_SelectShared.cxx index 3085d52c3f..59e5d7f6d2 100644 --- a/src/IFSelect/IFSelect_SelectShared.cxx +++ b/src/IFSelect/IFSelect_SelectShared.cxx @@ -13,7 +13,6 @@ #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SelectSharing.cxx b/src/IFSelect/IFSelect_SelectSharing.cxx index 9336cade6b..0bc3715a40 100644 --- a/src/IFSelect/IFSelect_SelectSharing.cxx +++ b/src/IFSelect/IFSelect_SelectSharing.cxx @@ -13,7 +13,6 @@ #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SelectSignature.hxx b/src/IFSelect/IFSelect_SelectSignature.hxx index 99afaae66e..ffbd37bd68 100644 --- a/src/IFSelect/IFSelect_SelectSignature.hxx +++ b/src/IFSelect/IFSelect_SelectSignature.hxx @@ -18,15 +18,11 @@ #define _IFSelect_SelectSignature_HeaderFile #include -#include -#include #include #include #include #include -#include -#include class IFSelect_Signature; class IFSelect_SignCounter; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SelectSignedShared.hxx b/src/IFSelect/IFSelect_SelectSignedShared.hxx index 60f0980699..fe1fb67f6a 100644 --- a/src/IFSelect/IFSelect_SelectSignedShared.hxx +++ b/src/IFSelect/IFSelect_SelectSignedShared.hxx @@ -18,12 +18,9 @@ #define _IFSelect_SelectSignedShared_HeaderFile #include -#include #include -#include #include -#include #include class IFSelect_Signature; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SelectSignedSharing.hxx b/src/IFSelect/IFSelect_SelectSignedSharing.hxx index 4a55fedd39..95820e094e 100644 --- a/src/IFSelect/IFSelect_SelectSignedSharing.hxx +++ b/src/IFSelect/IFSelect_SelectSignedSharing.hxx @@ -18,12 +18,9 @@ #define _IFSelect_SelectSignedSharing_HeaderFile #include -#include #include -#include #include -#include #include class IFSelect_Signature; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SelectSuite.cxx b/src/IFSelect/IFSelect_SelectSuite.cxx index 12d8b5250e..81a4e94ab3 100644 --- a/src/IFSelect/IFSelect_SelectSuite.cxx +++ b/src/IFSelect/IFSelect_SelectSuite.cxx @@ -12,13 +12,10 @@ // commercial license or contractual agreement. -#include -#include #include #include #include #include -#include #include #include diff --git a/src/IFSelect/IFSelect_SelectSuite.hxx b/src/IFSelect/IFSelect_SelectSuite.hxx index 72008b83d8..9e5907e60f 100644 --- a/src/IFSelect/IFSelect_SelectSuite.hxx +++ b/src/IFSelect/IFSelect_SelectSuite.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include class IFSelect_Selection; diff --git a/src/IFSelect/IFSelect_SelectUnknownEntities.hxx b/src/IFSelect/IFSelect_SelectUnknownEntities.hxx index ab9643ca02..7a2c2d7ff1 100644 --- a/src/IFSelect/IFSelect_SelectUnknownEntities.hxx +++ b/src/IFSelect/IFSelect_SelectUnknownEntities.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_Selection.cxx b/src/IFSelect/IFSelect_Selection.cxx index cf4ff89c7c..0fcc5ef743 100644 --- a/src/IFSelect/IFSelect_Selection.cxx +++ b/src/IFSelect/IFSelect_Selection.cxx @@ -14,10 +14,8 @@ #include #include -#include #include #include -#include #include #include diff --git a/src/IFSelect/IFSelect_Selection.hxx b/src/IFSelect/IFSelect_Selection.hxx index 14cb0d2fcf..00e386f4ce 100644 --- a/src/IFSelect/IFSelect_Selection.hxx +++ b/src/IFSelect/IFSelect_Selection.hxx @@ -21,7 +21,6 @@ #include #include -#include class Interface_EntityIterator; class Interface_Graph; class IFSelect_SelectionIterator; diff --git a/src/IFSelect/IFSelect_SelectionIterator.hxx b/src/IFSelect/IFSelect_SelectionIterator.hxx index 05f59dfd9c..60b8a79878 100644 --- a/src/IFSelect/IFSelect_SelectionIterator.hxx +++ b/src/IFSelect/IFSelect_SelectionIterator.hxx @@ -24,7 +24,6 @@ #include #include #include -#include class IFSelect_Selection; //! Defines an Iterator on a list of Selections diff --git a/src/IFSelect/IFSelect_SessionDumper.hxx b/src/IFSelect/IFSelect_SessionDumper.hxx index 84ccb4dd46..1c89af0096 100644 --- a/src/IFSelect/IFSelect_SessionDumper.hxx +++ b/src/IFSelect/IFSelect_SessionDumper.hxx @@ -21,7 +21,6 @@ #include #include -#include class IFSelect_SessionFile; class TCollection_AsciiString; diff --git a/src/IFSelect/IFSelect_SessionFile.cxx b/src/IFSelect/IFSelect_SessionFile.cxx index 98bd57b777..0f60292faf 100644 --- a/src/IFSelect/IFSelect_SessionFile.cxx +++ b/src/IFSelect/IFSelect_SessionFile.cxx @@ -13,12 +13,8 @@ #include -#include -#include #include -#include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SessionFile.hxx b/src/IFSelect/IFSelect_SessionFile.hxx index 9c6236dfc7..930efc0859 100644 --- a/src/IFSelect/IFSelect_SessionFile.hxx +++ b/src/IFSelect/IFSelect_SessionFile.hxx @@ -22,13 +22,11 @@ #include #include -#include #include #include #include #include #include -#include class IFSelect_WorkSession; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SessionPilot.cxx b/src/IFSelect/IFSelect_SessionPilot.cxx index 407f274334..acf782e10e 100644 --- a/src/IFSelect/IFSelect_SessionPilot.cxx +++ b/src/IFSelect/IFSelect_SessionPilot.cxx @@ -12,15 +12,11 @@ // commercial license or contractual agreement. -#include -#include #include #include #include #include #include -#include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SessionPilot.hxx b/src/IFSelect/IFSelect_SessionPilot.hxx index 7b62f8d405..34d4849a83 100644 --- a/src/IFSelect/IFSelect_SessionPilot.hxx +++ b/src/IFSelect/IFSelect_SessionPilot.hxx @@ -18,16 +18,11 @@ #define _IFSelect_SessionPilot_HeaderFile #include -#include -#include #include #include #include -#include -#include #include -#include #include #include class IFSelect_WorkSession; diff --git a/src/IFSelect/IFSelect_ShareOut.cxx b/src/IFSelect/IFSelect_ShareOut.cxx index 396bffe3b5..3b979ee5d8 100644 --- a/src/IFSelect/IFSelect_ShareOut.cxx +++ b/src/IFSelect/IFSelect_ShareOut.cxx @@ -13,15 +13,11 @@ #include -#include #include #include -#include #include -#include #include #include -#include #include #include diff --git a/src/IFSelect/IFSelect_ShareOut.hxx b/src/IFSelect/IFSelect_ShareOut.hxx index e27a7183f6..7125efb9c7 100644 --- a/src/IFSelect/IFSelect_ShareOut.hxx +++ b/src/IFSelect/IFSelect_ShareOut.hxx @@ -24,7 +24,6 @@ #include #include #include -#include class TCollection_HAsciiString; class IFSelect_Dispatch; class IFSelect_GeneralModifier; diff --git a/src/IFSelect/IFSelect_ShareOutResult.cxx b/src/IFSelect/IFSelect_ShareOutResult.cxx index 0ab0b04d38..e1159e3f18 100644 --- a/src/IFSelect/IFSelect_ShareOutResult.cxx +++ b/src/IFSelect/IFSelect_ShareOutResult.cxx @@ -13,16 +13,13 @@ #include -#include #include #include #include #include #include #include -#include #include -#include #include IFSelect_ShareOutResult::IFSelect_ShareOutResult diff --git a/src/IFSelect/IFSelect_ShareOutResult.hxx b/src/IFSelect/IFSelect_ShareOutResult.hxx index 06a4ae4396..59c1efff44 100644 --- a/src/IFSelect/IFSelect_ShareOutResult.hxx +++ b/src/IFSelect/IFSelect_ShareOutResult.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include #include #include class IFSelect_ShareOut; diff --git a/src/IFSelect/IFSelect_SignAncestor.hxx b/src/IFSelect/IFSelect_SignAncestor.hxx index d8d7da35ff..688ce6e460 100644 --- a/src/IFSelect/IFSelect_SignAncestor.hxx +++ b/src/IFSelect/IFSelect_SignAncestor.hxx @@ -18,10 +18,8 @@ #define _IFSelect_SignAncestor_HeaderFile #include -#include #include -#include class Standard_Transient; class Interface_InterfaceModel; class TCollection_AsciiString; diff --git a/src/IFSelect/IFSelect_SignCategory.hxx b/src/IFSelect/IFSelect_SignCategory.hxx index 705569bc29..98f510d8b9 100644 --- a/src/IFSelect/IFSelect_SignCategory.hxx +++ b/src/IFSelect/IFSelect_SignCategory.hxx @@ -18,10 +18,8 @@ #define _IFSelect_SignCategory_HeaderFile #include -#include #include -#include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_SignCounter.hxx b/src/IFSelect/IFSelect_SignCounter.hxx index 342d0893ba..7bf1d74d0b 100644 --- a/src/IFSelect/IFSelect_SignCounter.hxx +++ b/src/IFSelect/IFSelect_SignCounter.hxx @@ -20,12 +20,10 @@ #include #include -#include #include #include #include #include -#include class IFSelect_Signature; class IFSelect_Selection; class Standard_Transient; diff --git a/src/IFSelect/IFSelect_SignMultiple.cxx b/src/IFSelect/IFSelect_SignMultiple.cxx index 50094ad13c..3b5c691eb4 100644 --- a/src/IFSelect/IFSelect_SignMultiple.cxx +++ b/src/IFSelect/IFSelect_SignMultiple.cxx @@ -12,7 +12,6 @@ // commercial license or contractual agreement. -#include #include #include #include diff --git a/src/IFSelect/IFSelect_SignMultiple.hxx b/src/IFSelect/IFSelect_SignMultiple.hxx index 0b1dbe4a27..c0e2925242 100644 --- a/src/IFSelect/IFSelect_SignMultiple.hxx +++ b/src/IFSelect/IFSelect_SignMultiple.hxx @@ -18,14 +18,11 @@ #define _IFSelect_SignMultiple_HeaderFile #include -#include #include #include #include -#include #include -#include class Standard_Transient; class Interface_InterfaceModel; class TCollection_AsciiString; diff --git a/src/IFSelect/IFSelect_SignType.hxx b/src/IFSelect/IFSelect_SignType.hxx index 5d871f5c1c..4776b6ae33 100644 --- a/src/IFSelect/IFSelect_SignType.hxx +++ b/src/IFSelect/IFSelect_SignType.hxx @@ -18,11 +18,8 @@ #define _IFSelect_SignType_HeaderFile #include -#include -#include #include -#include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_SignValidity.hxx b/src/IFSelect/IFSelect_SignValidity.hxx index 60f592a780..2a41de18a8 100644 --- a/src/IFSelect/IFSelect_SignValidity.hxx +++ b/src/IFSelect/IFSelect_SignValidity.hxx @@ -18,10 +18,8 @@ #define _IFSelect_SignValidity_HeaderFile #include -#include #include -#include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_Signature.hxx b/src/IFSelect/IFSelect_Signature.hxx index 3e4d35c263..e99b7cbc7e 100644 --- a/src/IFSelect/IFSelect_Signature.hxx +++ b/src/IFSelect/IFSelect_Signature.hxx @@ -18,14 +18,11 @@ #define _IFSelect_Signature_HeaderFile #include -#include #include #include #include #include -#include -#include class Standard_Transient; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_SignatureList.hxx b/src/IFSelect/IFSelect_SignatureList.hxx index 4ff8d4986d..110e5e6cf2 100644 --- a/src/IFSelect/IFSelect_SignatureList.hxx +++ b/src/IFSelect/IFSelect_SignatureList.hxx @@ -18,17 +18,12 @@ #define _IFSelect_SignatureList_HeaderFile #include -#include -#include #include -#include #include -#include #include #include #include -#include #include class TCollection_HAsciiString; class Interface_InterfaceModel; diff --git a/src/IFSelect/IFSelect_TransformStandard.hxx b/src/IFSelect/IFSelect_TransformStandard.hxx index 91da146dae..1143572d27 100644 --- a/src/IFSelect/IFSelect_TransformStandard.hxx +++ b/src/IFSelect/IFSelect_TransformStandard.hxx @@ -20,7 +20,6 @@ #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_Transformer.cxx b/src/IFSelect/IFSelect_Transformer.cxx index d84c26db1e..aef80c0abc 100644 --- a/src/IFSelect/IFSelect_Transformer.cxx +++ b/src/IFSelect/IFSelect_Transformer.cxx @@ -19,7 +19,6 @@ #include #include #include -#include IMPLEMENT_STANDARD_RTTIEXT(IFSelect_Transformer,Standard_Transient) diff --git a/src/IFSelect/IFSelect_Transformer.hxx b/src/IFSelect/IFSelect_Transformer.hxx index fe812d8ae0..1ba50749b0 100644 --- a/src/IFSelect/IFSelect_Transformer.hxx +++ b/src/IFSelect/IFSelect_Transformer.hxx @@ -21,7 +21,6 @@ #include #include -#include class Interface_Graph; class Interface_Protocol; class Interface_CheckIterator; diff --git a/src/IFSelect/IFSelect_WorkLibrary.hxx b/src/IFSelect/IFSelect_WorkLibrary.hxx index b129d6871d..3804f3ddc0 100644 --- a/src/IFSelect/IFSelect_WorkLibrary.hxx +++ b/src/IFSelect/IFSelect_WorkLibrary.hxx @@ -23,8 +23,6 @@ #include #include #include -#include -#include class Interface_InterfaceModel; class Interface_Protocol; class IFSelect_ContextWrite; diff --git a/src/IFSelect/IFSelect_WorkSession.cxx b/src/IFSelect/IFSelect_WorkSession.cxx index 85998aebd2..0de1d2a60f 100644 --- a/src/IFSelect/IFSelect_WorkSession.cxx +++ b/src/IFSelect/IFSelect_WorkSession.cxx @@ -16,39 +16,24 @@ #include #include -#include -#include -#include -#include #include -#include -#include #include #include #include #include #include -#include -#include -#include #include -#include -#include #include #include #include #include -#include #include #include -#include #include #include -#include #include #include #include -#include #include #include #include @@ -59,7 +44,6 @@ #include #include #include -#include #include #include #include @@ -68,7 +52,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IFSelect/IFSelect_WorkSession.hxx b/src/IFSelect/IFSelect_WorkSession.hxx index 14f2f0b08b..c529b7d99e 100644 --- a/src/IFSelect/IFSelect_WorkSession.hxx +++ b/src/IFSelect/IFSelect_WorkSession.hxx @@ -20,7 +20,6 @@ #include #include -#include #include #include #include @@ -32,14 +31,9 @@ #include #include #include -#include -#include #include #include -#include -#include #include -#include class IFSelect_ShareOut; class IFSelect_WorkLibrary; class Interface_Protocol; diff --git a/src/IGESAppli/IGESAppli_DrilledHole.hxx b/src/IGESAppli/IGESAppli_DrilledHole.hxx index c533f9084e..2c46b51d0e 100644 --- a/src/IGESAppli/IGESAppli_DrilledHole.hxx +++ b/src/IGESAppli/IGESAppli_DrilledHole.hxx @@ -18,12 +18,10 @@ #define _IGESAppli_DrilledHole_HeaderFile #include -#include #include #include #include -#include class IGESAppli_DrilledHole; diff --git a/src/IGESAppli/IGESAppli_ElementResults.hxx b/src/IGESAppli/IGESAppli_ElementResults.hxx index 030c1cf391..6539f1832b 100644 --- a/src/IGESAppli/IGESAppli_ElementResults.hxx +++ b/src/IGESAppli/IGESAppli_ElementResults.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_ElementResults_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_FiniteElement.cxx b/src/IGESAppli/IGESAppli_FiniteElement.cxx index 0035a1083c..c0c3e667ad 100644 --- a/src/IGESAppli/IGESAppli_FiniteElement.cxx +++ b/src/IGESAppli/IGESAppli_FiniteElement.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_FiniteElement.hxx b/src/IGESAppli/IGESAppli_FiniteElement.hxx index 4782f02abb..3a9ed075c8 100644 --- a/src/IGESAppli/IGESAppli_FiniteElement.hxx +++ b/src/IGESAppli/IGESAppli_FiniteElement.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_FiniteElement_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_Flow.cxx b/src/IGESAppli/IGESAppli_Flow.cxx index 7a3c4b451d..efe614cc26 100644 --- a/src/IGESAppli/IGESAppli_Flow.cxx +++ b/src/IGESAppli/IGESAppli_Flow.cxx @@ -20,8 +20,6 @@ #include #include #include -#include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_Flow.hxx b/src/IGESAppli/IGESAppli_Flow.hxx index 3d479f8852..ccc9a91d0a 100644 --- a/src/IGESAppli/IGESAppli_Flow.hxx +++ b/src/IGESAppli/IGESAppli_Flow.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_Flow_HeaderFile #include -#include #include #include @@ -26,7 +25,6 @@ #include #include #include -#include class IGESDraw_ConnectPoint; class TCollection_HAsciiString; class IGESGraph_TextDisplayTemplate; diff --git a/src/IGESAppli/IGESAppli_FlowLineSpec.cxx b/src/IGESAppli/IGESAppli_FlowLineSpec.cxx index 569acdaadc..697dba0827 100644 --- a/src/IGESAppli/IGESAppli_FlowLineSpec.cxx +++ b/src/IGESAppli/IGESAppli_FlowLineSpec.cxx @@ -18,7 +18,6 @@ #include #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_FlowLineSpec.hxx b/src/IGESAppli/IGESAppli_FlowLineSpec.hxx index 97050df9e4..0218b79edb 100644 --- a/src/IGESAppli/IGESAppli_FlowLineSpec.hxx +++ b/src/IGESAppli/IGESAppli_FlowLineSpec.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_FlowLineSpec_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_GeneralModule.hxx b/src/IGESAppli/IGESAppli_GeneralModule.hxx index 535bb5b34a..6438a2ea75 100644 --- a/src/IGESAppli/IGESAppli_GeneralModule.hxx +++ b/src/IGESAppli/IGESAppli_GeneralModule.hxx @@ -22,7 +22,6 @@ #include #include -#include class IGESData_IGESEntity; class Interface_EntityIterator; class IGESData_DirChecker; diff --git a/src/IGESAppli/IGESAppli_HArray1OfFiniteElement.hxx b/src/IGESAppli/IGESAppli_HArray1OfFiniteElement.hxx index 0bab1cdbdb..88431bd80e 100644 --- a/src/IGESAppli/IGESAppli_HArray1OfFiniteElement.hxx +++ b/src/IGESAppli/IGESAppli_HArray1OfFiniteElement.hxx @@ -17,7 +17,6 @@ #ifndef IGESAppli_HArray1OfFiniteElement_HeaderFile #define IGESAppli_HArray1OfFiniteElement_HeaderFile -#include #include #include diff --git a/src/IGESAppli/IGESAppli_HArray1OfNode.hxx b/src/IGESAppli/IGESAppli_HArray1OfNode.hxx index 23ceae72d8..aad822f6c7 100644 --- a/src/IGESAppli/IGESAppli_HArray1OfNode.hxx +++ b/src/IGESAppli/IGESAppli_HArray1OfNode.hxx @@ -17,7 +17,6 @@ #ifndef IGESAppli_HArray1OfNode_HeaderFile #define IGESAppli_HArray1OfNode_HeaderFile -#include #include #include diff --git a/src/IGESAppli/IGESAppli_LevelFunction.hxx b/src/IGESAppli/IGESAppli_LevelFunction.hxx index fd98e0def3..0d04296976 100644 --- a/src/IGESAppli/IGESAppli_LevelFunction.hxx +++ b/src/IGESAppli/IGESAppli_LevelFunction.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_LevelFunction_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.cxx b/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.cxx index 78c5b482e8..6552811e85 100644 --- a/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.cxx +++ b/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.cxx @@ -18,7 +18,6 @@ #include #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.hxx b/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.hxx index 2604d9c991..69576a480d 100644 --- a/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.hxx +++ b/src/IGESAppli/IGESAppli_LevelToPWBLayerMap.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_LevelToPWBLayerMap_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_LineWidening.hxx b/src/IGESAppli/IGESAppli_LineWidening.hxx index f2457351a3..19edd83a0a 100644 --- a/src/IGESAppli/IGESAppli_LineWidening.hxx +++ b/src/IGESAppli/IGESAppli_LineWidening.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_LineWidening_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_NodalConstraint.cxx b/src/IGESAppli/IGESAppli_NodalConstraint.cxx index b436fe5475..7d9b50fc66 100644 --- a/src/IGESAppli/IGESAppli_NodalConstraint.cxx +++ b/src/IGESAppli/IGESAppli_NodalConstraint.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_NodalConstraint,IGESData_IGESEntity) diff --git a/src/IGESAppli/IGESAppli_NodalConstraint.hxx b/src/IGESAppli/IGESAppli_NodalConstraint.hxx index e67a3b567d..40d130a865 100644 --- a/src/IGESAppli/IGESAppli_NodalConstraint.hxx +++ b/src/IGESAppli/IGESAppli_NodalConstraint.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_NodalConstraint_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_NodalDisplAndRot.cxx b/src/IGESAppli/IGESAppli_NodalDisplAndRot.cxx index b9b073d23b..9b6a0d861c 100644 --- a/src/IGESAppli/IGESAppli_NodalDisplAndRot.cxx +++ b/src/IGESAppli/IGESAppli_NodalDisplAndRot.cxx @@ -16,13 +16,11 @@ //-------------------------------------------------------------------- //-------------------------------------------------------------------- -#include #include #include #include #include #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_NodalDisplAndRot.hxx b/src/IGESAppli/IGESAppli_NodalDisplAndRot.hxx index 66748c696a..08bd9afdec 100644 --- a/src/IGESAppli/IGESAppli_NodalDisplAndRot.hxx +++ b/src/IGESAppli/IGESAppli_NodalDisplAndRot.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_NodalDisplAndRot_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_NodalResults.cxx b/src/IGESAppli/IGESAppli_NodalResults.cxx index 35328e297c..de7bdbab31 100644 --- a/src/IGESAppli/IGESAppli_NodalResults.cxx +++ b/src/IGESAppli/IGESAppli_NodalResults.cxx @@ -22,7 +22,6 @@ #include #include #include -#include IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_NodalResults,IGESData_IGESEntity) diff --git a/src/IGESAppli/IGESAppli_NodalResults.hxx b/src/IGESAppli/IGESAppli_NodalResults.hxx index 728a9b50ec..b7f6b72b63 100644 --- a/src/IGESAppli/IGESAppli_NodalResults.hxx +++ b/src/IGESAppli/IGESAppli_NodalResults.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_NodalResults_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_Node.cxx b/src/IGESAppli/IGESAppli_Node.cxx index 4ba0822c03..879435977e 100644 --- a/src/IGESAppli/IGESAppli_Node.cxx +++ b/src/IGESAppli/IGESAppli_Node.cxx @@ -20,9 +20,7 @@ #include #include #include -#include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_Node,IGESData_IGESEntity) diff --git a/src/IGESAppli/IGESAppli_PWBArtworkStackup.cxx b/src/IGESAppli/IGESAppli_PWBArtworkStackup.cxx index bbcee3be12..fcd0381c71 100644 --- a/src/IGESAppli/IGESAppli_PWBArtworkStackup.cxx +++ b/src/IGESAppli/IGESAppli_PWBArtworkStackup.cxx @@ -18,7 +18,6 @@ #include #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_PWBArtworkStackup.hxx b/src/IGESAppli/IGESAppli_PWBArtworkStackup.hxx index 62083d959c..19aa5ee3a8 100644 --- a/src/IGESAppli/IGESAppli_PWBArtworkStackup.hxx +++ b/src/IGESAppli/IGESAppli_PWBArtworkStackup.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_PWBArtworkStackup_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_PWBDrilledHole.hxx b/src/IGESAppli/IGESAppli_PWBDrilledHole.hxx index 12e74f0ad7..a71c024559 100644 --- a/src/IGESAppli/IGESAppli_PWBDrilledHole.hxx +++ b/src/IGESAppli/IGESAppli_PWBDrilledHole.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_PWBDrilledHole_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_PartNumber.hxx b/src/IGESAppli/IGESAppli_PartNumber.hxx index b2767e3df6..36081c6c04 100644 --- a/src/IGESAppli/IGESAppli_PartNumber.hxx +++ b/src/IGESAppli/IGESAppli_PartNumber.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_PartNumber_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_PinNumber.hxx b/src/IGESAppli/IGESAppli_PinNumber.hxx index 3b7c5024b0..6b3cb593b2 100644 --- a/src/IGESAppli/IGESAppli_PinNumber.hxx +++ b/src/IGESAppli/IGESAppli_PinNumber.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_PinNumber_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_PipingFlow.cxx b/src/IGESAppli/IGESAppli_PipingFlow.cxx index cda846b8aa..92c40aaa5e 100644 --- a/src/IGESAppli/IGESAppli_PipingFlow.cxx +++ b/src/IGESAppli/IGESAppli_PipingFlow.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_PipingFlow.hxx b/src/IGESAppli/IGESAppli_PipingFlow.hxx index 8905e7e0fe..db0d635fd2 100644 --- a/src/IGESAppli/IGESAppli_PipingFlow.hxx +++ b/src/IGESAppli/IGESAppli_PipingFlow.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_PipingFlow_HeaderFile #include -#include #include #include @@ -26,7 +25,6 @@ #include #include #include -#include class IGESDraw_ConnectPoint; class TCollection_HAsciiString; class IGESGraph_TextDisplayTemplate; diff --git a/src/IGESAppli/IGESAppli_Protocol.hxx b/src/IGESAppli/IGESAppli_Protocol.hxx index 09c80a659b..11cf4b9e58 100644 --- a/src/IGESAppli/IGESAppli_Protocol.hxx +++ b/src/IGESAppli/IGESAppli_Protocol.hxx @@ -22,7 +22,6 @@ #include #include -#include class Interface_Protocol; diff --git a/src/IGESAppli/IGESAppli_ReadWriteModule.cxx b/src/IGESAppli/IGESAppli_ReadWriteModule.cxx index 1f9c037903..f0adc9efc0 100644 --- a/src/IGESAppli/IGESAppli_ReadWriteModule.cxx +++ b/src/IGESAppli/IGESAppli_ReadWriteModule.cxx @@ -56,7 +56,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_ReadWriteModule,IGESData_ReadWriteModule) diff --git a/src/IGESAppli/IGESAppli_ReferenceDesignator.hxx b/src/IGESAppli/IGESAppli_ReferenceDesignator.hxx index e899522362..eae63e2659 100644 --- a/src/IGESAppli/IGESAppli_ReferenceDesignator.hxx +++ b/src/IGESAppli/IGESAppli_ReferenceDesignator.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_ReferenceDesignator_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_RegionRestriction.hxx b/src/IGESAppli/IGESAppli_RegionRestriction.hxx index 8f952f6722..25f5977c96 100644 --- a/src/IGESAppli/IGESAppli_RegionRestriction.hxx +++ b/src/IGESAppli/IGESAppli_RegionRestriction.hxx @@ -18,7 +18,6 @@ #define _IGESAppli_RegionRestriction_HeaderFile #include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_SpecificModule.hxx b/src/IGESAppli/IGESAppli_SpecificModule.hxx index 0577a9b78b..3163c44ecf 100644 --- a/src/IGESAppli/IGESAppli_SpecificModule.hxx +++ b/src/IGESAppli/IGESAppli_SpecificModule.hxx @@ -22,7 +22,6 @@ #include #include -#include class IGESData_IGESEntity; class IGESData_IGESDumper; diff --git a/src/IGESAppli/IGESAppli_ToolDrilledHole.cxx b/src/IGESAppli/IGESAppli_ToolDrilledHole.cxx index 8c2d0dd440..2cdb2e93c4 100644 --- a/src/IGESAppli/IGESAppli_ToolDrilledHole.cxx +++ b/src/IGESAppli/IGESAppli_ToolDrilledHole.cxx @@ -29,8 +29,6 @@ #include #include #include -#include -#include IGESAppli_ToolDrilledHole::IGESAppli_ToolDrilledHole () { } diff --git a/src/IGESAppli/IGESAppli_ToolDrilledHole.hxx b/src/IGESAppli/IGESAppli_ToolDrilledHole.hxx index 1150564106..a0674ef822 100644 --- a/src/IGESAppli/IGESAppli_ToolDrilledHole.hxx +++ b/src/IGESAppli/IGESAppli_ToolDrilledHole.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_DrilledHole; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolElementResults.cxx b/src/IGESAppli/IGESAppli_ToolElementResults.cxx index 346bed01c3..2514b4cb70 100644 --- a/src/IGESAppli/IGESAppli_ToolElementResults.cxx +++ b/src/IGESAppli/IGESAppli_ToolElementResults.cxx @@ -36,8 +36,6 @@ #include #include #include -#include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_ToolFlow.cxx b/src/IGESAppli/IGESAppli_ToolFlow.cxx index 114047bc41..3690bc5743 100644 --- a/src/IGESAppli/IGESAppli_ToolFlow.cxx +++ b/src/IGESAppli/IGESAppli_ToolFlow.cxx @@ -37,8 +37,6 @@ #include #include #include -#include -#include #include IGESAppli_ToolFlow::IGESAppli_ToolFlow () { } diff --git a/src/IGESAppli/IGESAppli_ToolFlow.hxx b/src/IGESAppli/IGESAppli_ToolFlow.hxx index c66bf98329..fd5224a3db 100644 --- a/src/IGESAppli/IGESAppli_ToolFlow.hxx +++ b/src/IGESAppli/IGESAppli_ToolFlow.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_Flow; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx b/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx index 4252be197d..3b7bedbdbf 100644 --- a/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx +++ b/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx @@ -29,10 +29,7 @@ #include #include #include -#include #include -#include -#include #include IGESAppli_ToolFlowLineSpec::IGESAppli_ToolFlowLineSpec () { } diff --git a/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx b/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx index e83878ad0e..73bbf8e9b2 100644 --- a/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx +++ b/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESAppli_ToolLevelFunction::IGESAppli_ToolLevelFunction () { } diff --git a/src/IGESAppli/IGESAppli_ToolLevelFunction.hxx b/src/IGESAppli/IGESAppli_ToolLevelFunction.hxx index 89ef3a8e82..cb22a3e8ef 100644 --- a/src/IGESAppli/IGESAppli_ToolLevelFunction.hxx +++ b/src/IGESAppli/IGESAppli_ToolLevelFunction.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_LevelFunction; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx b/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx index 6d8593341a..e1b6f13287 100644 --- a/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx +++ b/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IGESAppli/IGESAppli_ToolLineWidening.cxx b/src/IGESAppli/IGESAppli_ToolLineWidening.cxx index 46ea98c935..cf9f0d9b20 100644 --- a/src/IGESAppli/IGESAppli_ToolLineWidening.cxx +++ b/src/IGESAppli/IGESAppli_ToolLineWidening.cxx @@ -29,7 +29,6 @@ #include #include #include -#include IGESAppli_ToolLineWidening::IGESAppli_ToolLineWidening () { } diff --git a/src/IGESAppli/IGESAppli_ToolLineWidening.hxx b/src/IGESAppli/IGESAppli_ToolLineWidening.hxx index f5b2c2893d..a2c8ce57c1 100644 --- a/src/IGESAppli/IGESAppli_ToolLineWidening.hxx +++ b/src/IGESAppli/IGESAppli_ToolLineWidening.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_LineWidening; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx b/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx index 890526555a..f955023752 100644 --- a/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx +++ b/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx @@ -33,7 +33,6 @@ #include #include #include -#include #include IGESAppli_ToolNodalConstraint::IGESAppli_ToolNodalConstraint () { } diff --git a/src/IGESAppli/IGESAppli_ToolNodalResults.cxx b/src/IGESAppli/IGESAppli_ToolNodalResults.cxx index 3c51f6012e..d59ba94d24 100644 --- a/src/IGESAppli/IGESAppli_ToolNodalResults.cxx +++ b/src/IGESAppli/IGESAppli_ToolNodalResults.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include @@ -33,10 +32,7 @@ #include #include #include -#include -#include #include -#include #include IGESAppli_ToolNodalResults::IGESAppli_ToolNodalResults () { } diff --git a/src/IGESAppli/IGESAppli_ToolNode.cxx b/src/IGESAppli/IGESAppli_ToolNode.cxx index de6db18512..cb3a0a0e10 100644 --- a/src/IGESAppli/IGESAppli_ToolNode.cxx +++ b/src/IGESAppli/IGESAppli_ToolNode.cxx @@ -33,7 +33,6 @@ #include #include #include -#include IGESAppli_ToolNode::IGESAppli_ToolNode () { } diff --git a/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx b/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx index 68425daff3..f9692abdfb 100644 --- a/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx +++ b/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include #include diff --git a/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx b/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx index cab5650619..3a655c7303 100644 --- a/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx +++ b/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx @@ -28,8 +28,6 @@ #include #include #include -#include -#include IGESAppli_ToolPWBDrilledHole::IGESAppli_ToolPWBDrilledHole () { } diff --git a/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.hxx b/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.hxx index 8cc2f9fffb..59c3c7431f 100644 --- a/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.hxx +++ b/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_PWBDrilledHole; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolPartNumber.cxx b/src/IGESAppli/IGESAppli_ToolPartNumber.cxx index d63f1c8cd6..1819b16444 100644 --- a/src/IGESAppli/IGESAppli_ToolPartNumber.cxx +++ b/src/IGESAppli/IGESAppli_ToolPartNumber.cxx @@ -28,9 +28,7 @@ #include #include #include -#include #include -#include #include IGESAppli_ToolPartNumber::IGESAppli_ToolPartNumber () { } diff --git a/src/IGESAppli/IGESAppli_ToolPartNumber.hxx b/src/IGESAppli/IGESAppli_ToolPartNumber.hxx index 47f45ee310..baf76b0ab0 100644 --- a/src/IGESAppli/IGESAppli_ToolPartNumber.hxx +++ b/src/IGESAppli/IGESAppli_ToolPartNumber.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_PartNumber; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolPinNumber.cxx b/src/IGESAppli/IGESAppli_ToolPinNumber.cxx index 4f33ce8601..16b29dc81b 100644 --- a/src/IGESAppli/IGESAppli_ToolPinNumber.cxx +++ b/src/IGESAppli/IGESAppli_ToolPinNumber.cxx @@ -29,10 +29,7 @@ #include #include #include -#include #include -#include -#include #include IGESAppli_ToolPinNumber::IGESAppli_ToolPinNumber () { } diff --git a/src/IGESAppli/IGESAppli_ToolPinNumber.hxx b/src/IGESAppli/IGESAppli_ToolPinNumber.hxx index ab82b96de2..053e01a64e 100644 --- a/src/IGESAppli/IGESAppli_ToolPinNumber.hxx +++ b/src/IGESAppli/IGESAppli_ToolPinNumber.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_PinNumber; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolPipingFlow.hxx b/src/IGESAppli/IGESAppli_ToolPipingFlow.hxx index cc0c7ed747..05aa5f3082 100644 --- a/src/IGESAppli/IGESAppli_ToolPipingFlow.hxx +++ b/src/IGESAppli/IGESAppli_ToolPipingFlow.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_PipingFlow; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx b/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx index 887ba489f1..fc4f815bf6 100644 --- a/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx +++ b/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx @@ -29,10 +29,7 @@ #include #include #include -#include #include -#include -#include #include IGESAppli_ToolReferenceDesignator::IGESAppli_ToolReferenceDesignator () { } diff --git a/src/IGESAppli/IGESAppli_ToolReferenceDesignator.hxx b/src/IGESAppli/IGESAppli_ToolReferenceDesignator.hxx index 21f6ac20fe..aeca37de83 100644 --- a/src/IGESAppli/IGESAppli_ToolReferenceDesignator.hxx +++ b/src/IGESAppli/IGESAppli_ToolReferenceDesignator.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_ReferenceDesignator; class IGESData_IGESReaderData; diff --git a/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx b/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx index 549544b6ac..a89ed2bf78 100644 --- a/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx +++ b/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx @@ -29,8 +29,6 @@ #include #include #include -#include -#include IGESAppli_ToolRegionRestriction::IGESAppli_ToolRegionRestriction () { } diff --git a/src/IGESAppli/IGESAppli_ToolRegionRestriction.hxx b/src/IGESAppli/IGESAppli_ToolRegionRestriction.hxx index b9d9d42342..c19f3516a8 100644 --- a/src/IGESAppli/IGESAppli_ToolRegionRestriction.hxx +++ b/src/IGESAppli/IGESAppli_ToolRegionRestriction.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESAppli_RegionRestriction; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_AssocGroupType.hxx b/src/IGESBasic/IGESBasic_AssocGroupType.hxx index 59c3e49543..b24e890156 100644 --- a/src/IGESBasic/IGESBasic_AssocGroupType.hxx +++ b/src/IGESBasic/IGESBasic_AssocGroupType.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_AssocGroupType_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_ExternalRefFile.hxx b/src/IGESBasic/IGESBasic_ExternalRefFile.hxx index c75ee13dc8..59307ef641 100644 --- a/src/IGESBasic/IGESBasic_ExternalRefFile.hxx +++ b/src/IGESBasic/IGESBasic_ExternalRefFile.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_ExternalRefFile_HeaderFile #include -#include #include class TCollection_HAsciiString; diff --git a/src/IGESBasic/IGESBasic_ExternalRefFileIndex.cxx b/src/IGESBasic/IGESBasic_ExternalRefFileIndex.cxx index 5a19ea3169..bb8e588321 100644 --- a/src/IGESBasic/IGESBasic_ExternalRefFileIndex.cxx +++ b/src/IGESBasic/IGESBasic_ExternalRefFileIndex.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_ExternalRefFileIndex.hxx b/src/IGESBasic/IGESBasic_ExternalRefFileIndex.hxx index 33b2eeef48..218a89a6e8 100644 --- a/src/IGESBasic/IGESBasic_ExternalRefFileIndex.hxx +++ b/src/IGESBasic/IGESBasic_ExternalRefFileIndex.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_ExternalRefFileIndex_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_ExternalRefFileName.hxx b/src/IGESBasic/IGESBasic_ExternalRefFileName.hxx index 11407191c0..7c45f37cd1 100644 --- a/src/IGESBasic/IGESBasic_ExternalRefFileName.hxx +++ b/src/IGESBasic/IGESBasic_ExternalRefFileName.hxx @@ -18,10 +18,8 @@ #define _IGESBasic_ExternalRefFileName_HeaderFile #include -#include #include -#include class TCollection_HAsciiString; diff --git a/src/IGESBasic/IGESBasic_ExternalRefLibName.hxx b/src/IGESBasic/IGESBasic_ExternalRefLibName.hxx index 539b845180..af8d2e5943 100644 --- a/src/IGESBasic/IGESBasic_ExternalRefLibName.hxx +++ b/src/IGESBasic/IGESBasic_ExternalRefLibName.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_ExternalRefLibName_HeaderFile #include -#include #include class TCollection_HAsciiString; diff --git a/src/IGESBasic/IGESBasic_ExternalRefName.hxx b/src/IGESBasic/IGESBasic_ExternalRefName.hxx index 1dbc312606..1ef4055aff 100644 --- a/src/IGESBasic/IGESBasic_ExternalRefName.hxx +++ b/src/IGESBasic/IGESBasic_ExternalRefName.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_ExternalRefName_HeaderFile #include -#include #include class TCollection_HAsciiString; diff --git a/src/IGESBasic/IGESBasic_ExternalReferenceFile.cxx b/src/IGESBasic/IGESBasic_ExternalReferenceFile.cxx index 6578414c40..64e60ce6ef 100644 --- a/src/IGESBasic/IGESBasic_ExternalReferenceFile.cxx +++ b/src/IGESBasic/IGESBasic_ExternalReferenceFile.cxx @@ -18,7 +18,6 @@ #include #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_ExternalReferenceFile.hxx b/src/IGESBasic/IGESBasic_ExternalReferenceFile.hxx index 6f91ca8d05..c5a86a72d3 100644 --- a/src/IGESBasic/IGESBasic_ExternalReferenceFile.hxx +++ b/src/IGESBasic/IGESBasic_ExternalReferenceFile.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_ExternalReferenceFile_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_GeneralModule.cxx b/src/IGESBasic/IGESBasic_GeneralModule.cxx index f6dbdab81f..6ef157a254 100644 --- a/src/IGESBasic/IGESBasic_GeneralModule.cxx +++ b/src/IGESBasic/IGESBasic_GeneralModule.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IGESBasic/IGESBasic_GeneralModule.hxx b/src/IGESBasic/IGESBasic_GeneralModule.hxx index d11fe6c0fc..09df3f8551 100644 --- a/src/IGESBasic/IGESBasic_GeneralModule.hxx +++ b/src/IGESBasic/IGESBasic_GeneralModule.hxx @@ -22,7 +22,6 @@ #include #include -#include class IGESData_IGESEntity; class Interface_EntityIterator; class IGESData_DirChecker; diff --git a/src/IGESBasic/IGESBasic_Group.hxx b/src/IGESBasic/IGESBasic_Group.hxx index fe8bb6fb9c..702026e7d1 100644 --- a/src/IGESBasic/IGESBasic_Group.hxx +++ b/src/IGESBasic/IGESBasic_Group.hxx @@ -18,12 +18,10 @@ #define _IGESBasic_Group_HeaderFile #include -#include #include #include #include -#include class Standard_Transient; diff --git a/src/IGESBasic/IGESBasic_GroupWithoutBackP.cxx b/src/IGESBasic/IGESBasic_GroupWithoutBackP.cxx index 7bdebc8ee7..4f77073db4 100644 --- a/src/IGESBasic/IGESBasic_GroupWithoutBackP.cxx +++ b/src/IGESBasic/IGESBasic_GroupWithoutBackP.cxx @@ -17,7 +17,6 @@ //-------------------------------------------------------------------- #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_GroupWithoutBackP,IGESBasic_Group) diff --git a/src/IGESBasic/IGESBasic_GroupWithoutBackP.hxx b/src/IGESBasic/IGESBasic_GroupWithoutBackP.hxx index 3e6c8a6220..0ea2701ea7 100644 --- a/src/IGESBasic/IGESBasic_GroupWithoutBackP.hxx +++ b/src/IGESBasic/IGESBasic_GroupWithoutBackP.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_GroupWithoutBackP_HeaderFile #include -#include #include diff --git a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY.hxx b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY.hxx index 3cfb448c7d..a8d75201d4 100644 --- a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY.hxx +++ b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_HArray1OfHArray1OfXY_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_HArray2OfHArray1OfReal.hxx b/src/IGESBasic/IGESBasic_HArray2OfHArray1OfReal.hxx index 1a92dd30f3..ad158c8634 100644 --- a/src/IGESBasic/IGESBasic_HArray2OfHArray1OfReal.hxx +++ b/src/IGESBasic/IGESBasic_HArray2OfHArray1OfReal.hxx @@ -17,7 +17,6 @@ #ifndef IGESBasic_HArray2OfHArray1OfReal_HeaderFile #define IGESBasic_HArray2OfHArray1OfReal_HeaderFile -#include #include #include diff --git a/src/IGESBasic/IGESBasic_Hierarchy.hxx b/src/IGESBasic/IGESBasic_Hierarchy.hxx index 7e76ec559b..4493ab1f63 100644 --- a/src/IGESBasic/IGESBasic_Hierarchy.hxx +++ b/src/IGESBasic/IGESBasic_Hierarchy.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_Hierarchy_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_Name.hxx b/src/IGESBasic/IGESBasic_Name.hxx index 3cd66b1e22..03a6092328 100644 --- a/src/IGESBasic/IGESBasic_Name.hxx +++ b/src/IGESBasic/IGESBasic_Name.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_Name_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_OrderedGroup.cxx b/src/IGESBasic/IGESBasic_OrderedGroup.cxx index 1ca58f5aa0..919adb41c2 100644 --- a/src/IGESBasic/IGESBasic_OrderedGroup.cxx +++ b/src/IGESBasic/IGESBasic_OrderedGroup.cxx @@ -17,7 +17,6 @@ //-------------------------------------------------------------------- #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_OrderedGroup,IGESBasic_Group) diff --git a/src/IGESBasic/IGESBasic_OrderedGroup.hxx b/src/IGESBasic/IGESBasic_OrderedGroup.hxx index 0f7202dff4..1143e256d4 100644 --- a/src/IGESBasic/IGESBasic_OrderedGroup.hxx +++ b/src/IGESBasic/IGESBasic_OrderedGroup.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_OrderedGroup_HeaderFile #include -#include #include diff --git a/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.cxx b/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.cxx index 7355454b70..928da0ff82 100644 --- a/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.cxx +++ b/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.cxx @@ -17,7 +17,6 @@ //-------------------------------------------------------------------- #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_OrderedGroupWithoutBackP,IGESBasic_Group) diff --git a/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.hxx b/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.hxx index c7f65e7a76..2465c741e4 100644 --- a/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.hxx +++ b/src/IGESBasic/IGESBasic_OrderedGroupWithoutBackP.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_OrderedGroupWithoutBackP_HeaderFile #include -#include #include diff --git a/src/IGESBasic/IGESBasic_Protocol.cxx b/src/IGESBasic/IGESBasic_Protocol.cxx index 5a26492c24..2f30ee3bf4 100644 --- a/src/IGESBasic/IGESBasic_Protocol.cxx +++ b/src/IGESBasic/IGESBasic_Protocol.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -30,7 +29,6 @@ #include #include #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_Protocol.hxx b/src/IGESBasic/IGESBasic_Protocol.hxx index 136e95c5cf..e25a2f724d 100644 --- a/src/IGESBasic/IGESBasic_Protocol.hxx +++ b/src/IGESBasic/IGESBasic_Protocol.hxx @@ -22,7 +22,6 @@ #include #include -#include class Interface_Protocol; diff --git a/src/IGESBasic/IGESBasic_ReadWriteModule.cxx b/src/IGESBasic/IGESBasic_ReadWriteModule.cxx index f174d13ae4..0ea617ff77 100644 --- a/src/IGESBasic/IGESBasic_ReadWriteModule.cxx +++ b/src/IGESBasic/IGESBasic_ReadWriteModule.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -50,7 +49,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_ReadWriteModule,IGESData_ReadWriteModule) diff --git a/src/IGESBasic/IGESBasic_SingleParent.cxx b/src/IGESBasic/IGESBasic_SingleParent.cxx index 79d895a9ed..81d470cf1a 100644 --- a/src/IGESBasic/IGESBasic_SingleParent.cxx +++ b/src/IGESBasic/IGESBasic_SingleParent.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_SingleParent,IGESData_SingleParentEntity) diff --git a/src/IGESBasic/IGESBasic_SingleParent.hxx b/src/IGESBasic/IGESBasic_SingleParent.hxx index 40b24c9022..d9556ecef1 100644 --- a/src/IGESBasic/IGESBasic_SingleParent.hxx +++ b/src/IGESBasic/IGESBasic_SingleParent.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_SingleParent_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_SingularSubfigure.hxx b/src/IGESBasic/IGESBasic_SingularSubfigure.hxx index 0873c80aef..a9869bc912 100644 --- a/src/IGESBasic/IGESBasic_SingularSubfigure.hxx +++ b/src/IGESBasic/IGESBasic_SingularSubfigure.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include class IGESBasic_SubfigureDef; diff --git a/src/IGESBasic/IGESBasic_SpecificModule.cxx b/src/IGESBasic/IGESBasic_SpecificModule.cxx index 0aba6b73bb..7e91b046a9 100644 --- a/src/IGESBasic/IGESBasic_SpecificModule.cxx +++ b/src/IGESBasic/IGESBasic_SpecificModule.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IGESBasic/IGESBasic_SpecificModule.hxx b/src/IGESBasic/IGESBasic_SpecificModule.hxx index cef0f17d99..e70cc2858d 100644 --- a/src/IGESBasic/IGESBasic_SpecificModule.hxx +++ b/src/IGESBasic/IGESBasic_SpecificModule.hxx @@ -22,7 +22,6 @@ #include #include -#include class IGESData_IGESEntity; class IGESData_IGESDumper; diff --git a/src/IGESBasic/IGESBasic_SubfigureDef.hxx b/src/IGESBasic/IGESBasic_SubfigureDef.hxx index 7a649d076d..90ae05108f 100644 --- a/src/IGESBasic/IGESBasic_SubfigureDef.hxx +++ b/src/IGESBasic/IGESBasic_SubfigureDef.hxx @@ -18,7 +18,6 @@ #define _IGESBasic_SubfigureDef_HeaderFile #include -#include #include #include diff --git a/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx b/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx index e4675e8fc4..de350a5f3d 100644 --- a/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx +++ b/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESBasic_ToolAssocGroupType::IGESBasic_ToolAssocGroupType () { } diff --git a/src/IGESBasic/IGESBasic_ToolAssocGroupType.hxx b/src/IGESBasic/IGESBasic_ToolAssocGroupType.hxx index d15030a897..fc2a686334 100644 --- a/src/IGESBasic/IGESBasic_ToolAssocGroupType.hxx +++ b/src/IGESBasic/IGESBasic_ToolAssocGroupType.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_AssocGroupType; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx index a2d1ab6da9..2662a4f3ff 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESBasic_ToolExternalRefFile::IGESBasic_ToolExternalRefFile () { } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx index 2c89dbe46e..800c34d1cd 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESBasic_ToolExternalRefFileName::IGESBasic_ToolExternalRefFileName () { } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx index 119516de1f..7c5ac68d79 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESBasic_ToolExternalRefLibName::IGESBasic_ToolExternalRefLibName () { } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx index ab4daea9d3..4689f71ae6 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESBasic_ToolExternalRefName::IGESBasic_ToolExternalRefName () { } diff --git a/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx b/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx index bdb3af00aa..bb73a6da09 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/src/IGESBasic/IGESBasic_ToolGroup.hxx b/src/IGESBasic/IGESBasic_ToolGroup.hxx index 6f9c763823..ab2aef0aa7 100644 --- a/src/IGESBasic/IGESBasic_ToolGroup.hxx +++ b/src/IGESBasic/IGESBasic_ToolGroup.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_Group; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.hxx b/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.hxx index a9851b5841..ee6c243ba5 100644 --- a/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.hxx +++ b/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_GroupWithoutBackP; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolHierarchy.cxx b/src/IGESBasic/IGESBasic_ToolHierarchy.cxx index 41ab2f7cc2..e1622e7166 100644 --- a/src/IGESBasic/IGESBasic_ToolHierarchy.cxx +++ b/src/IGESBasic/IGESBasic_ToolHierarchy.cxx @@ -28,8 +28,6 @@ #include #include #include -#include -#include IGESBasic_ToolHierarchy::IGESBasic_ToolHierarchy () { } diff --git a/src/IGESBasic/IGESBasic_ToolHierarchy.hxx b/src/IGESBasic/IGESBasic_ToolHierarchy.hxx index cf353edc4a..412d4c9646 100644 --- a/src/IGESBasic/IGESBasic_ToolHierarchy.hxx +++ b/src/IGESBasic/IGESBasic_ToolHierarchy.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_Hierarchy; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolName.cxx b/src/IGESBasic/IGESBasic_ToolName.cxx index 5d30351eb5..49a26cf61d 100644 --- a/src/IGESBasic/IGESBasic_ToolName.cxx +++ b/src/IGESBasic/IGESBasic_ToolName.cxx @@ -28,10 +28,7 @@ #include #include #include -#include #include -#include -#include #include IGESBasic_ToolName::IGESBasic_ToolName () { } diff --git a/src/IGESBasic/IGESBasic_ToolName.hxx b/src/IGESBasic/IGESBasic_ToolName.hxx index 9ab40e0ba3..7e488c6ef0 100644 --- a/src/IGESBasic/IGESBasic_ToolName.hxx +++ b/src/IGESBasic/IGESBasic_ToolName.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_Name; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolOrderedGroup.hxx b/src/IGESBasic/IGESBasic_ToolOrderedGroup.hxx index 0a63ce4678..ea52f6ecbe 100644 --- a/src/IGESBasic/IGESBasic_ToolOrderedGroup.hxx +++ b/src/IGESBasic/IGESBasic_ToolOrderedGroup.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_OrderedGroup; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.hxx b/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.hxx index 540302f5ea..1a23850d03 100644 --- a/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.hxx +++ b/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_OrderedGroupWithoutBackP; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolSingleParent.hxx b/src/IGESBasic/IGESBasic_ToolSingleParent.hxx index 485b3e523e..b6d382c177 100644 --- a/src/IGESBasic/IGESBasic_ToolSingleParent.hxx +++ b/src/IGESBasic/IGESBasic_ToolSingleParent.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class IGESBasic_SingleParent; class IGESData_IGESReaderData; diff --git a/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx b/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx index 5b20a230b8..49dd355ae0 100644 --- a/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx +++ b/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx @@ -16,7 +16,6 @@ //-------------------------------------------------------------------- //-------------------------------------------------------------------- -#include #include #include #include @@ -34,9 +33,7 @@ #include #include #include -#include #include -#include // MGE 03/08/98 IGESBasic_ToolSingularSubfigure::IGESBasic_ToolSingularSubfigure () { } diff --git a/src/V3d/V3d_View.hxx b/src/V3d/V3d_View.hxx index abea2dd347..797ca06f44 100644 --- a/src/V3d/V3d_View.hxx +++ b/src/V3d/V3d_View.hxx @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/src/gp/gp.cxx b/src/gp/gp.cxx index 96ebebcf2c..c41449ba54 100644 --- a/src/gp/gp.cxx +++ b/src/gp/gp.cxx @@ -14,7 +14,6 @@ #include -#include #include #include #include diff --git a/src/gp/gp_Ax1.cxx b/src/gp/gp_Ax1.cxx index 892b453022..7b2945089c 100644 --- a/src/gp/gp_Ax1.cxx +++ b/src/gp/gp_Ax1.cxx @@ -21,11 +21,9 @@ #include -#include #include #include #include -#include #include #include diff --git a/src/gp/gp_Ax2.cxx b/src/gp/gp_Ax2.cxx index b1747c521e..9f92929a27 100644 --- a/src/gp/gp_Ax2.cxx +++ b/src/gp/gp_Ax2.cxx @@ -21,11 +21,9 @@ #include -#include #include #include #include -#include #include #include #include diff --git a/src/gp/gp_Ax22d.cxx b/src/gp/gp_Ax22d.cxx index 68ce5642ee..8c28993667 100644 --- a/src/gp/gp_Ax22d.cxx +++ b/src/gp/gp_Ax22d.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include void gp_Ax22d::Mirror (const gp_Pnt2d& P) diff --git a/src/gp/gp_Ax22d.hxx b/src/gp/gp_Ax22d.hxx index 53a3933823..6e5b9ab442 100644 --- a/src/gp/gp_Ax22d.hxx +++ b/src/gp/gp_Ax22d.hxx @@ -20,7 +20,6 @@ #include #include #include -#include //! Describes a coordinate system in a plane (2D space). //! A coordinate system is defined by: diff --git a/src/gp/gp_Ax2d.cxx b/src/gp/gp_Ax2d.cxx index ae3902b74c..6b1b22bc21 100644 --- a/src/gp/gp_Ax2d.cxx +++ b/src/gp/gp_Ax2d.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/src/gp/gp_Ax3.cxx b/src/gp/gp_Ax3.cxx index d02c31bc50..accc434efd 100644 --- a/src/gp/gp_Ax3.cxx +++ b/src/gp/gp_Ax3.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/src/gp/gp_Circ.cxx b/src/gp/gp_Circ.cxx index baae99e6a7..88a39a3dfb 100644 --- a/src/gp/gp_Circ.cxx +++ b/src/gp/gp_Circ.cxx @@ -17,9 +17,6 @@ #include #include #include -#include -#include -#include void gp_Circ::Mirror (const gp_Pnt& P) { pos.Mirror(P); } diff --git a/src/gp/gp_Circ2d.cxx b/src/gp/gp_Circ2d.cxx index 0a24ad35a4..dea2671bff 100644 --- a/src/gp/gp_Circ2d.cxx +++ b/src/gp/gp_Circ2d.cxx @@ -19,9 +19,6 @@ #include #include #include -#include -#include -#include void gp_Circ2d::Mirror (const gp_Pnt2d& P) { pos.Mirror(P); } diff --git a/src/gp/gp_Cone.cxx b/src/gp/gp_Cone.cxx index a213943b8c..34860509c7 100644 --- a/src/gp/gp_Cone.cxx +++ b/src/gp/gp_Cone.cxx @@ -22,8 +22,6 @@ #include #include #include -#include -#include void gp_Cone::Coefficients (Standard_Real& A1, Standard_Real& A2, Standard_Real& A3, diff --git a/src/gp/gp_Cylinder.cxx b/src/gp/gp_Cylinder.cxx index 2511c7f209..9ae5053f47 100644 --- a/src/gp/gp_Cylinder.cxx +++ b/src/gp/gp_Cylinder.cxx @@ -23,8 +23,6 @@ #include #include #include -#include -#include void gp_Cylinder::Coefficients (Standard_Real& A1, Standard_Real& A2, Standard_Real& A3, diff --git a/src/gp/gp_Dir.cxx b/src/gp/gp_Dir.cxx index 1f18618551..f5997d04ef 100644 --- a/src/gp/gp_Dir.cxx +++ b/src/gp/gp_Dir.cxx @@ -16,10 +16,8 @@ #include -#include #include #include -#include #include #include #include diff --git a/src/gp/gp_Dir2d.cxx b/src/gp/gp_Dir2d.cxx index 6c3b481502..60fdc20dc2 100644 --- a/src/gp/gp_Dir2d.cxx +++ b/src/gp/gp_Dir2d.cxx @@ -18,9 +18,7 @@ #include #include -#include #include -#include #include #include #include diff --git a/src/gp/gp_Elips.cxx b/src/gp/gp_Elips.cxx index e9b063252d..d36cfc9d73 100644 --- a/src/gp/gp_Elips.cxx +++ b/src/gp/gp_Elips.cxx @@ -19,9 +19,6 @@ #include #include #include -#include -#include -#include void gp_Elips::Mirror (const gp_Pnt& P) { pos.Mirror(P); } diff --git a/src/gp/gp_Elips2d.cxx b/src/gp/gp_Elips2d.cxx index 97c41946d5..338c87a7b7 100644 --- a/src/gp/gp_Elips2d.cxx +++ b/src/gp/gp_Elips2d.cxx @@ -21,14 +21,13 @@ #include #include #include -#include void gp_Elips2d::Coefficients (Standard_Real& A, - Standard_Real& B, - Standard_Real& C, - Standard_Real& D, - Standard_Real& E, - Standard_Real& F) const + Standard_Real& B, + Standard_Real& C, + Standard_Real& D, + Standard_Real& E, + Standard_Real& F) const { Standard_Real DMin = minorRadius * minorRadius; Standard_Real DMaj = majorRadius * majorRadius; diff --git a/src/gp/gp_GTrsf2d.cxx b/src/gp/gp_GTrsf2d.cxx index 90270fc8b9..864f7d481f 100644 --- a/src/gp/gp_GTrsf2d.cxx +++ b/src/gp/gp_GTrsf2d.cxx @@ -20,10 +20,9 @@ #include #include #include -#include void gp_GTrsf2d::SetAffinity (const gp_Ax2d& A, - const Standard_Real Ratio) + const Standard_Real Ratio) { shape = gp_Other; scale = 0.0; diff --git a/src/gp/gp_GTrsf2d.hxx b/src/gp/gp_GTrsf2d.hxx index 423c8fdb73..06811f3e87 100644 --- a/src/gp/gp_GTrsf2d.hxx +++ b/src/gp/gp_GTrsf2d.hxx @@ -19,7 +19,6 @@ #include #include #include -#include #include diff --git a/src/gp/gp_Hypr.cxx b/src/gp/gp_Hypr.cxx index a1040f91a8..d11649b19c 100644 --- a/src/gp/gp_Hypr.cxx +++ b/src/gp/gp_Hypr.cxx @@ -19,10 +19,6 @@ #include #include #include -#include -#include -#include -#include void gp_Hypr::Mirror (const gp_Pnt& P) { pos.Mirror(P); } diff --git a/src/gp/gp_Hypr2d.cxx b/src/gp/gp_Hypr2d.cxx index ad69890040..b5a7d00b67 100644 --- a/src/gp/gp_Hypr2d.cxx +++ b/src/gp/gp_Hypr2d.cxx @@ -21,15 +21,13 @@ #include #include #include -#include -#include void gp_Hypr2d::Coefficients (Standard_Real& A, - Standard_Real& B, - Standard_Real& C, - Standard_Real& D, - Standard_Real& E, - Standard_Real& F) const + Standard_Real& B, + Standard_Real& C, + Standard_Real& D, + Standard_Real& E, + Standard_Real& F) const { Standard_Real DMin = minorRadius * minorRadius; Standard_Real DMaj = majorRadius * majorRadius; diff --git a/src/gp/gp_Lin.cxx b/src/gp/gp_Lin.cxx index 775fd23c84..a291af2482 100644 --- a/src/gp/gp_Lin.cxx +++ b/src/gp/gp_Lin.cxx @@ -24,7 +24,6 @@ #include #include #include -#include Standard_Real gp_Lin::Distance (const gp_Lin& Other) const { diff --git a/src/gp/gp_Lin.hxx b/src/gp/gp_Lin.hxx index 55527b47f4..dc7e847ba7 100644 --- a/src/gp/gp_Lin.hxx +++ b/src/gp/gp_Lin.hxx @@ -21,7 +21,6 @@ #include #include #include -#include //! Describes a line in 3D space. //! A line is positioned in space with an axis (a gp_Ax1 diff --git a/src/gp/gp_Lin2d.cxx b/src/gp/gp_Lin2d.cxx index 9fd5cdc227..c4cacac855 100644 --- a/src/gp/gp_Lin2d.cxx +++ b/src/gp/gp_Lin2d.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include //======================================================================= diff --git a/src/gp/gp_Mat.cxx b/src/gp/gp_Mat.cxx index 4e4a64cea6..7070a5a69d 100644 --- a/src/gp/gp_Mat.cxx +++ b/src/gp/gp_Mat.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include #include diff --git a/src/gp/gp_Parab.cxx b/src/gp/gp_Parab.cxx index 0882d8aff1..366b85240c 100644 --- a/src/gp/gp_Parab.cxx +++ b/src/gp/gp_Parab.cxx @@ -19,9 +19,6 @@ #include #include #include -#include -#include -#include void gp_Parab::Mirror (const gp_Pnt& P) { pos.Mirror (P); } diff --git a/src/gp/gp_Parab.hxx b/src/gp/gp_Parab.hxx index 2bb548a520..c6989ecb2e 100644 --- a/src/gp/gp_Parab.hxx +++ b/src/gp/gp_Parab.hxx @@ -16,7 +16,6 @@ #define _gp_Parab_HeaderFile #include -#include #include #include #include diff --git a/src/gp/gp_Parab2d.cxx b/src/gp/gp_Parab2d.cxx index c3b41eec29..db2a22d211 100644 --- a/src/gp/gp_Parab2d.cxx +++ b/src/gp/gp_Parab2d.cxx @@ -21,7 +21,6 @@ #include #include #include -#include gp_Parab2d::gp_Parab2d (const gp_Ax2d& theDirectrix, const gp_Pnt2d& theFocus, diff --git a/src/gp/gp_Pln.cxx b/src/gp/gp_Pln.cxx index 2c6ce80e0d..8248ee7eff 100644 --- a/src/gp/gp_Pln.cxx +++ b/src/gp/gp_Pln.cxx @@ -21,14 +21,11 @@ #include -#include #include #include #include #include -#include #include -#include #include #include #include diff --git a/src/gp/gp_Pln.hxx b/src/gp/gp_Pln.hxx index 18a6590c2e..291d40ac68 100644 --- a/src/gp/gp_Pln.hxx +++ b/src/gp/gp_Pln.hxx @@ -21,7 +21,6 @@ #include #include #include -#include //! Describes a plane. //! A plane is positioned in space with a coordinate system diff --git a/src/gp/gp_Pnt.cxx b/src/gp/gp_Pnt.cxx index 94b38b69f0..38a09b5b19 100644 --- a/src/gp/gp_Pnt.cxx +++ b/src/gp/gp_Pnt.cxx @@ -20,7 +20,6 @@ #include -#include #include #include #include diff --git a/src/gp/gp_Pnt.hxx b/src/gp/gp_Pnt.hxx index fb73a06663..09667d182d 100644 --- a/src/gp/gp_Pnt.hxx +++ b/src/gp/gp_Pnt.hxx @@ -20,7 +20,6 @@ #include #include #include -#include #include class gp_Ax1; diff --git a/src/gp/gp_Pnt2d.cxx b/src/gp/gp_Pnt2d.cxx index de1149fae4..8ba95bc272 100644 --- a/src/gp/gp_Pnt2d.cxx +++ b/src/gp/gp_Pnt2d.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include #include diff --git a/src/gp/gp_Pnt2d.hxx b/src/gp/gp_Pnt2d.hxx index c68c77b262..d6310620c1 100644 --- a/src/gp/gp_Pnt2d.hxx +++ b/src/gp/gp_Pnt2d.hxx @@ -21,7 +21,6 @@ #include #include -#include #include class gp_Ax2d; @@ -179,7 +178,6 @@ private: }; #include -#include #include //======================================================================= diff --git a/src/gp/gp_Sphere.cxx b/src/gp/gp_Sphere.cxx index 0ce1aad59a..240e6cc52c 100644 --- a/src/gp/gp_Sphere.cxx +++ b/src/gp/gp_Sphere.cxx @@ -19,8 +19,6 @@ #include #include #include -#include -#include void gp_Sphere::Coefficients (Standard_Real& A1, Standard_Real& A2, Standard_Real& A3, diff --git a/src/gp/gp_Torus.cxx b/src/gp/gp_Torus.cxx index 3fde34cc81..2c74c744e6 100644 --- a/src/gp/gp_Torus.cxx +++ b/src/gp/gp_Torus.cxx @@ -14,14 +14,11 @@ #include -#include #include #include #include #include #include -#include -#include #include void gp_Torus::Coefficients (TColStd_Array1OfReal& theCoef) const diff --git a/src/gp/gp_Torus.hxx b/src/gp/gp_Torus.hxx index eb888a2323..b4e497b488 100644 --- a/src/gp/gp_Torus.hxx +++ b/src/gp/gp_Torus.hxx @@ -18,7 +18,6 @@ #include #include #include -#include #include //! Describes a torus. diff --git a/src/gp/gp_Trsf.cxx b/src/gp/gp_Trsf.cxx index 376e6fd405..3e1ff120db 100644 --- a/src/gp/gp_Trsf.cxx +++ b/src/gp/gp_Trsf.cxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/gp/gp_Trsf.hxx b/src/gp/gp_Trsf.hxx index 5e726f54f9..0ad0014b75 100644 --- a/src/gp/gp_Trsf.hxx +++ b/src/gp/gp_Trsf.hxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/gp/gp_Trsf2d.cxx b/src/gp/gp_Trsf2d.cxx index 04586fa11c..1caec6706d 100644 --- a/src/gp/gp_Trsf2d.cxx +++ b/src/gp/gp_Trsf2d.cxx @@ -27,7 +27,6 @@ #include #include #include -#include void gp_Trsf2d::SetMirror (const gp_Ax2d& A) { diff --git a/src/gp/gp_Trsf2d.hxx b/src/gp/gp_Trsf2d.hxx index 6448d82fa0..30c754c954 100644 --- a/src/gp/gp_Trsf2d.hxx +++ b/src/gp/gp_Trsf2d.hxx @@ -18,7 +18,6 @@ #include #include #include -#include #include class gp_Trsf; diff --git a/src/gp/gp_Vec.cxx b/src/gp/gp_Vec.cxx index b77e7a1780..1a2f514072 100644 --- a/src/gp/gp_Vec.cxx +++ b/src/gp/gp_Vec.cxx @@ -21,14 +21,10 @@ #include #include -#include #include #include -#include #include -#include #include -#include #include #include #include diff --git a/src/gp/gp_Vec.hxx b/src/gp/gp_Vec.hxx index cf17c857b0..232ecf2558 100644 --- a/src/gp/gp_Vec.hxx +++ b/src/gp/gp_Vec.hxx @@ -17,9 +17,7 @@ #include #include -#include #include -#include class gp_Dir; class gp_Pnt; @@ -422,7 +420,6 @@ private: }; -#include #include #include #include diff --git a/src/gp/gp_Vec2d.cxx b/src/gp/gp_Vec2d.cxx index 227e5191b5..5273845c3f 100644 --- a/src/gp/gp_Vec2d.cxx +++ b/src/gp/gp_Vec2d.cxx @@ -21,12 +21,9 @@ #include #include #include -#include #include #include #include -#include -#include Standard_Boolean gp_Vec2d::IsEqual (const gp_Vec2d& Other, diff --git a/src/gp/gp_Vec2d.hxx b/src/gp/gp_Vec2d.hxx index b1225f0ead..1dd92941f7 100644 --- a/src/gp/gp_Vec2d.hxx +++ b/src/gp/gp_Vec2d.hxx @@ -17,8 +17,6 @@ #include #include -#include -#include class gp_Dir2d; class gp_Pnt2d; diff --git a/src/gp/gp_XY.cxx b/src/gp/gp_XY.cxx index bbe51b26e2..6b9d06520c 100644 --- a/src/gp/gp_XY.cxx +++ b/src/gp/gp_XY.cxx @@ -14,8 +14,6 @@ #include -#include -#include #include Standard_Boolean gp_XY::IsEqual (const gp_XY& Other,