[FEM] ViewProvider*: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-03 06:07:55 +02:00
parent 208b017253
commit 5ce791ffdf
7 changed files with 11 additions and 33 deletions

View File

@@ -44,16 +44,14 @@
#include <Mod/Fem/App/FemResultObject.h>
#include <Mod/Fem/App/FemSetObject.h>
#include <Mod/Fem/App/FemSolverObject.h>
#ifdef FC_USE_VTK
# include <Mod/Fem/App/FemPostObject.h>
#endif
#include "ViewProviderAnalysis.h"
#include "TaskDlgAnalysis.h"
#ifdef FC_USE_VTK
#include <Mod/Fem/App/FemPostObject.h>
#endif
using namespace FemGui;
ViewProviderFemHighlighter::ViewProviderFemHighlighter()

View File

@@ -22,8 +22,6 @@
#include "PreCompiled.h"
#include <Gui/Command.h>
#include "ViewProviderResult.h"

View File

@@ -20,14 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "ViewProviderSetElements.h"
//#include <Gui/Control.h>
using namespace FemGui;

View File

@@ -20,14 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "ViewProviderSetFaces.h"
//#include <Gui/Control.h>
using namespace FemGui;

View File

@@ -20,14 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "ViewProviderSetGeometry.h"
//#include <Gui/Control.h>
using namespace FemGui;

View File

@@ -20,16 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Gui/Control.h>
#include <Mod/Fem/App/FemSetNodesObject.h>
#include <Mod/Fem/Gui/TaskDlgCreateNodeSet.h>
#include "ViewProviderSetNodes.h"
#include <Gui/Control.h>
#include <Mod/Fem/Gui/TaskDlgCreateNodeSet.h>
#include <Mod/Fem/App/FemSetNodesObject.h>
using namespace FemGui;

View File

@@ -20,15 +20,13 @@
* *
***************************************************************************/
#ifndef FEM_ViewProviderSolver_H
#define FEM_ViewProviderSolver_H
#include <Gui/ViewProviderGeometryObject.h>
#include <Gui/ViewProviderBuilder.h>
#include <Gui/ViewProviderPythonFeature.h>
#include <Mod/Fem/FemGlobal.h>
class SoCoordinate3;
class SoDrawStyle;
class SoIndexedFaceSet;
@@ -39,8 +37,6 @@ class SoMaterialBinding;
namespace FemGui
{
class FemGuiExport ViewProviderSolver : public Gui::ViewProviderDocumentObject
{
PROPERTY_HEADER_WITH_OVERRIDE(FemGui::ViewProviderSolver);