[Mesh] Feature*: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-11-11 13:39:28 +01:00
parent 21f47cf2ec
commit dbff8faef6
19 changed files with 61 additions and 156 deletions

View File

@@ -20,21 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/Sequencer.h>
#include "Core/MeshKernel.h"
#include "Core/Algorithm.h"
#include "Core/Evaluation.h"
#include "Core/Iterator.h"
#include "Core/Visitor.h"
#include "Core/SetOperations.h"
#include "FeatureMeshSetOperations.h"
@@ -48,8 +36,8 @@ PROPERTY_SOURCE(Mesh::SetOperations, Mesh::Feature)
SetOperations::SetOperations()
{
ADD_PROPERTY(Source1 ,(nullptr));
ADD_PROPERTY(Source2 ,(nullptr));
ADD_PROPERTY(Source1, (nullptr));
ADD_PROPERTY(Source2, (nullptr));
ADD_PROPERTY(OperationType, ("union"));
}