[Mesh] Feature*: remove unused includes

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

View File

@@ -20,19 +20,11 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/Sequencer.h>
#include "FeatureMeshExport.h"
#include "MeshFeature.h"
#include "Core/MeshIO.h"
using namespace Mesh;
using namespace MeshCore;
@@ -41,9 +33,9 @@ PROPERTY_SOURCE(Mesh::Export, App::DocumentObject)
Export::Export()
{
ADD_PROPERTY(Source ,(nullptr));
ADD_PROPERTY(FileName,(""));
ADD_PROPERTY(Format ,(""));
ADD_PROPERTY(Source, (nullptr));
ADD_PROPERTY(FileName, (""));
ADD_PROPERTY(Format, (""));
}
short Export::mustExecute() const