[Part] ViewProvider: 2 to M: remove unused includes

This commit is contained in:
Uwe
2022-07-31 15:36:20 +02:00
parent 4b5062c0d3
commit eabffee3a5
16 changed files with 40 additions and 101 deletions

View File

@@ -20,27 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "ViewProviderImport.h"
#include <Mod/Part/App/PartFeature.h>
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include <Base/Console.h>
#include <Base/Parameter.h>
#include <Base/Exception.h>
#include <Base/Sequencer.h>
#include <Gui/View3DInventorViewer.h>
#include <App/Application.h>
using namespace PartGui;
//**************************************************************************
// Construction/Destruction