[Part] ChFi2d etc.: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,26 +20,21 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <gp_Pln.hxx>
|
||||
# include <Standard_Failure.hxx>
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopoDS_Edge.hxx>
|
||||
# include <TopoDS_Wire.hxx>
|
||||
#endif
|
||||
|
||||
#include <Mod/Part/App/ChFi2d/ChFi2d_ChamferAPIPy.h>
|
||||
#include <Mod/Part/App/ChFi2d/ChFi2d_ChamferAPIPy.cpp>
|
||||
#include <Mod/Part/App/TopoShapeEdgePy.h>
|
||||
#include <Mod/Part/App/TopoShapeWirePy.h>
|
||||
#include <Mod/Part/App/Geometry.h>
|
||||
#include "Tools.h"
|
||||
#include "ChFi2d/ChFi2d_ChamferAPIPy.h"
|
||||
#include "ChFi2d/ChFi2d_ChamferAPIPy.cpp"
|
||||
#include "TopoShapeEdgePy.h"
|
||||
#include "TopoShapeWirePy.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
|
||||
PyObject *ChFi2d_ChamferAPIPy::PyMake(struct _typeobject *, PyObject *, PyObject *) // Python wrapper
|
||||
{
|
||||
// create a new instance of ChFi2d_ChamferAPIPy and the Twin object
|
||||
|
||||
Reference in New Issue
Block a user