[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 695d156535
commit 95f647b9ed
22 changed files with 113 additions and 168 deletions

View File

@@ -20,20 +20,15 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <vector>
#endif
#include <vector>
#include <Base/Console.h>
#include <Base/Exception.h>
#include "Structured.h"
using namespace Points;