[FEM] ViewProviderFem*: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-03 15:01:37 +02:00
parent bc1baa6808
commit 1527a731e7
9 changed files with 12 additions and 35 deletions

View File

@@ -23,8 +23,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cmath>
# include <Inventor/actions/SoSearchAction.h>
# include <Inventor/draggers/SoCenterballDragger.h>
# include <Inventor/draggers/SoHandleBoxDragger.h>
# include <Inventor/draggers/SoJackDragger.h>
# include <Inventor/manips/SoCenterballManip.h>
@@ -40,12 +41,9 @@
# include <QApplication>
# include <QMessageBox>
# include <QTextStream>
# include <cmath>
#endif
#include <App/Document.h>
#include <App/PropertyUnits.h>
#include <Base/UnitsApi.h>
#include <Gui/Application.h>
#include <Gui/Control.h>
@@ -54,11 +52,8 @@
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/TaskView/TaskDialog.h>
#include <Mod/Fem/App/FemAnalysis.h>
#include <Mod/Fem/App/FemPostPipeline.h>
#include "ViewProviderFemPostFunction.h"
#include "ActiveAnalysisObserver.h"
#include "FemSettings.h"
#include "TaskPostBoxes.h"