[FEM] ViewProvider*: remove unused includes
- also sort includes
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <Gui/Command.h>
|
||||
|
||||
#include "ViewProviderResult.h"
|
||||
|
||||
|
||||
|
||||
@@ -20,14 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderSetElements.h"
|
||||
//#include <Gui/Control.h>
|
||||
|
||||
|
||||
using namespace FemGui;
|
||||
|
||||
|
||||
@@ -20,14 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderSetFaces.h"
|
||||
//#include <Gui/Control.h>
|
||||
|
||||
|
||||
using namespace FemGui;
|
||||
|
||||
|
||||
@@ -20,14 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderSetGeometry.h"
|
||||
//#include <Gui/Control.h>
|
||||
|
||||
|
||||
using namespace FemGui;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user