[Surface] App:: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-07 23:46:21 +01:00
parent f3ec8f784e
commit 101ac1175d
17 changed files with 70 additions and 109 deletions

View File

@@ -22,20 +22,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <BRepBuilderAPI_MakeFace.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <Precision.hxx>
# include <TopoDS.hxx>
#endif
#include "FeatureCut.h"
#include <BRepAlgoAPI_Cut.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS_Builder.hxx>
#include <BRep_Tool.hxx>
#include <gp_Pnt.hxx>
#include <Base/Tools.h>
#include <Base/Exception.h>
using namespace Surface;