[Mesh] Core A-D: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-11-21 02:51:23 +01:00
parent 3283107f38
commit 577ba5ba58
14 changed files with 50 additions and 71 deletions

View File

@@ -20,17 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "Decimation.h"
#include "MeshKernel.h"
#include "Algorithm.h"
#include "Iterator.h"
#include "TopoAlgorithm.h"
#include <Base/Tools.h>
#include "Simplify.h"