From ccaa8ff31df662deaf6992f3719c2f692dda02ad Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 7 Nov 2014 19:32:59 +0300 Subject: [PATCH] Issues #248, #235 The obtaining of the point from the TopoDS_Vertex shape during saving the operation preselection. Moving the algorithm of a point get from a Vertex shape into a tool method to be called where it is necessary. --- src/ModuleBase/ModuleBase_Operation.cpp | 3 --- src/PartSet/PartSet_OperationFeatureBase.cpp | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/ModuleBase/ModuleBase_Operation.cpp b/src/ModuleBase/ModuleBase_Operation.cpp index e6a2e3d0a..565864eab 100644 --- a/src/ModuleBase/ModuleBase_Operation.cpp +++ b/src/ModuleBase/ModuleBase_Operation.cpp @@ -30,9 +30,6 @@ #include -#include -#include - #ifdef _DEBUG #include #endif diff --git a/src/PartSet/PartSet_OperationFeatureBase.cpp b/src/PartSet/PartSet_OperationFeatureBase.cpp index 2d06659a0..2d53041c0 100644 --- a/src/PartSet/PartSet_OperationFeatureBase.cpp +++ b/src/PartSet/PartSet_OperationFeatureBase.cpp @@ -31,8 +31,6 @@ #include #include -#include -#include #include #ifdef _DEBUG -- 2.39.2