[FEM] Dlg* etc.: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-03 03:57:21 +02:00
parent 1705e8b9d0
commit 10e71da57f
12 changed files with 27 additions and 27 deletions

View File

@@ -20,15 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QRegExp>
# include <QTextCharFormat>
#endif
#include "AbaqusHighlighter.h"
using namespace FemGui;
/**

View File

@@ -20,17 +20,18 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "ActiveAnalysisObserver.h"
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/ViewProviderDocumentObject.h>
#include <Mod/Fem/App/FemAnalysis.h>
using namespace FemGui;
#include "ActiveAnalysisObserver.h"
using namespace FemGui;
ActiveAnalysisObserver* ActiveAnalysisObserver::inst = nullptr;
ActiveAnalysisObserver* ActiveAnalysisObserver::instance()

View File

@@ -23,12 +23,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMCCXIMP_H
#define FEMGUI_DLGSETTINGSFEMCCXIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {
class Ui_DlgSettingsFemCcxImp;

View File

@@ -22,12 +22,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMELMERIMP_H
#define FEMGUI_DLGSETTINGSFEMELMERIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {
class Ui_DlgSettingsFemElmerImp;

View File

@@ -22,12 +22,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMGENERALIMP_H
#define FEMGUI_DLGSETTINGSFEMGENERALIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {
class Ui_DlgSettingsFemGeneralImp;

View File

@@ -22,12 +22,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMGMSHIMP_H
#define FEMGUI_DLGSETTINGSFEMGMSHIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {
class Ui_DlgSettingsFemGmshImp;

View File

@@ -22,12 +22,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMMATERIALIMP_H
#define FEMGUI_DLGSETTINGSFEMMATERIALIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {
class Ui_DlgSettingsFemMaterialImp;

View File

@@ -22,12 +22,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMMYSTRANIMP_H
#define FEMGUI_DLGSETTINGSFEMMYSTRANIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {

View File

@@ -22,12 +22,12 @@
* *
***************************************************************************/
#ifndef FEMGUI_DLGSETTINGSFEMZ88IMP_H
#define FEMGUI_DLGSETTINGSFEMZ88IMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
namespace FemGui {
class Ui_DlgSettingsFemZ88Imp;

View File

@@ -22,11 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "FemSelectionGate.h"
using namespace FemGui;
using namespace Gui;

View File

@@ -20,11 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "FemSettings.h"
#include <App/Application.h>
#include "FemSettings.h"
using namespace FemGui;

View File

@@ -20,17 +20,17 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <SMESH_Mesh.hxx>
# include <QTextStream>
# include <SMESH_Mesh.hxx>
#endif
#include "PropertyFemMeshItem.h"
#include <Mod/Fem/App/FemMeshProperty.h>
#include "PropertyFemMeshItem.h"
using namespace FemGui;