[Mesh] Gui: ViewProvider*: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-04 17:05:07 +01:00
parent 10aff43462
commit 113dce72d7
12 changed files with 46 additions and 155 deletions

View File

@@ -20,9 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Inventor/nodes/SoDrawStyle.h>
# include <Inventor/nodes/SoIndexedFaceSet.h>
@@ -35,22 +33,15 @@
# include <Inventor/manips/SoTransformerManip.h>
#endif
#include "ViewProviderTransformDemolding.h"
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include <Base/Console.h>
#include <Base/Parameter.h>
#include <Base/Exception.h>
#include <App/Application.h>
#include <Gui/Selection.h>
#include <Gui/SoFCSelection.h>
#include <Base/Sequencer.h>
#include <Mod/Mesh/App/MeshFeature.h>
#include <Mod/Mesh/App/Mesh.h>
#include <Mod/Mesh/App/Core/Iterator.h>
#include "ViewProviderTransformDemolding.h"
using Mesh::Feature;
using MeshCore::MeshKernel;
using MeshCore::MeshFacetIterator;