[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,21 +20,15 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <TopoDS.hxx>
#endif
#include "ShapeFix/ShapeFix_WireframePy.h"
#include "ShapeFix/ShapeFix_WireframePy.cpp"
#include "ShapeFix/ShapeFix_WirePy.h"
#include <Mod/Part/App/GeometrySurfacePy.h>
#include <Mod/Part/App/TopoShapePy.h>
#include "TopoShapePy.h"
using namespace Part;
std::string ShapeFix_WireframePy::representation() const
{
return "<ShapeFix_Wireframe object>";