[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,23 +20,21 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <algorithm>
# include <cmath>
# include <iostream>
# include <algorithm>
#endif
#include <Base/Exception.h>
#include <Base/Matrix.h>
#include <Base/Stream.h>
#include <Base/Writer.h>
#include "PropertyPointKernel.h"
#include "PointsPy.h"
using namespace Points;
TYPESYSTEM_SOURCE(Points::PropertyPointKernel , App::PropertyComplexGeoData)