[Mesh] Gui: ViewProvider*: remove unused includes
- also some sorting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user