[Part] ShapeFix: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 18:30:04 +02:00
parent d758c92bb1
commit 22c130e475
17 changed files with 37 additions and 79 deletions

View File

@@ -20,12 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Standard_Failure.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Face.hxx>
# include <TopoDS_Shell.hxx>
#endif
@@ -34,6 +31,7 @@
#include "TopoShapeFacePy.h"
#include "TopoShapeShellPy.h"
using namespace Part;
// returns a string which represents the object e.g. when printed in python