[Part] ShapeFix: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,18 +20,16 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Standard_Failure.hxx>
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopoDS_Wire.hxx>
|
||||
#endif
|
||||
|
||||
#include "ShapeFix/ShapeFix_WireVertexPy.h"
|
||||
#include "ShapeFix/ShapeFix_WireVertexPy.cpp"
|
||||
#include "TopoShapeWirePy.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
|
||||
Reference in New Issue
Block a user