[Part] Topo*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-03 17:41:42 +02:00
parent 953f8712a0
commit a44d4b9b87
11 changed files with 127 additions and 180 deletions

View File

@@ -20,19 +20,18 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "TopoShape.h"
#ifndef _PreComp_
# include <BRep_Builder.hxx>
# include <Precision.hxx>
# include <ShapeAnalysis_FreeBounds.hxx>
# include <Standard_Failure.hxx>
# include <TopExp_Explorer.hxx>
# include <TopoDS_Compound.hxx>
# include <TopTools_HSequenceOfShape.hxx>
# include <ShapeAnalysis_FreeBounds.hxx>
# include <Precision.hxx>
# include <TopExp_Explorer.hxx>
#endif
#include "OCCError.h"
@@ -41,6 +40,7 @@
#include "TopoShapeCompoundPy.h"
#include "TopoShapeCompoundPy.cpp"
using namespace Part;
// returns a string which represents the object e.g. when printed in python