[Part] Topo*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user