From 2f43ec325596ea3278bd2c6525b7837cc65959d4 Mon Sep 17 00:00:00 2001 From: szv Date: Wed, 21 Mar 2012 15:35:43 +0400 Subject: [PATCH] 0023027: Move TopAbs out of TKG2d --- src/Adaptor2d/Adaptor2d.cdl | 1 - src/Bisector/Bisector.cdl | 1 - src/Geom2dGcc/Geom2dGcc.cdl | 1 - src/TKG2d/PACKAGES | 1 - src/TKG3d/PACKAGES | 1 + 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Adaptor2d/Adaptor2d.cdl b/src/Adaptor2d/Adaptor2d.cdl index ca13622b33..025691e24b 100755 --- a/src/Adaptor2d/Adaptor2d.cdl +++ b/src/Adaptor2d/Adaptor2d.cdl @@ -134,7 +134,6 @@ uses MMgt, TColStd, GeomAbs, - TopAbs, TColgp, gp, Geom2d, diff --git a/src/Bisector/Bisector.cdl b/src/Bisector/Bisector.cdl index 9af3ae3506..fc45d8d7d6 100755 --- a/src/Bisector/Bisector.cdl +++ b/src/Bisector/Bisector.cdl @@ -30,7 +30,6 @@ uses TCollection, TColStd, TColgp, - TopAbs, Geom2d, GeomAbs, gp, diff --git a/src/Geom2dGcc/Geom2dGcc.cdl b/src/Geom2dGcc/Geom2dGcc.cdl index 1bfef8bb3d..c58e4fc826 100755 --- a/src/Geom2dGcc/Geom2dGcc.cdl +++ b/src/Geom2dGcc/Geom2dGcc.cdl @@ -45,7 +45,6 @@ uses GccEnt, Geom2dInt, Geom2d, TColStd, - TopAbs, Standard, Geom2dAdaptor, Extrema, diff --git a/src/TKG2d/PACKAGES b/src/TKG2d/PACKAGES index 969c559443..0f938b9e0b 100755 --- a/src/TKG2d/PACKAGES +++ b/src/TKG2d/PACKAGES @@ -4,5 +4,4 @@ TColGeom2d Adaptor2d Geom2dLProp Geom2dAdaptor -TopAbs GProp diff --git a/src/TKG3d/PACKAGES b/src/TKG3d/PACKAGES index a7fe70cbf9..d831731c0a 100755 --- a/src/TKG3d/PACKAGES +++ b/src/TKG3d/PACKAGES @@ -5,3 +5,4 @@ AdvApprox GeomLProp Adaptor3d LProp3d +TopAbs