[Points] remove unused includes (#7900)

- also some sorting
This commit is contained in:
Uwe
2022-11-29 04:44:35 +01:00
committed by GitHub
parent dff9b44d5b
commit bdaee726ae
22 changed files with 113 additions and 168 deletions

View File

@@ -20,20 +20,21 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "Mod/Points/App/Points.h"
#include <Base/Builder3D.h>
#include <Base/Converter.h>
#include <Base/VectorPy.h>
#include <Base/GeometryPyCXX.h>
#include <boost/math/special_functions/fpclassify.hpp>
#include <Base/Builder3D.h>
#include <Base/Converter.h>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "Points.h"
// inclusion of the generated files (generated out of PointsPy.xml)
#include "PointsPy.h"
#include "PointsPy.cpp"
using namespace Points;
// returns a string which represents the object e.g. when printed in python