[FEM] Dlg* etc.: remove unused includes
- also sort includes
This commit is contained in:
@@ -20,15 +20,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <QRegExp>
|
||||
# include <QTextCharFormat>
|
||||
#endif
|
||||
|
||||
#include "AbaqusHighlighter.h"
|
||||
|
||||
|
||||
using namespace FemGui;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef FEMGUI_DLGSETTINGSFEMMYSTRANIMP_H
|
||||
#define FEMGUI_DLGSETTINGSFEMMYSTRANIMP_H
|
||||
|
||||
#include <Gui/PropertyPage.h>
|
||||
#include <memory>
|
||||
#include <Gui/PropertyPage.h>
|
||||
|
||||
|
||||
namespace FemGui {
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -22,11 +22,9 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "FemSelectionGate.h"
|
||||
|
||||
|
||||
using namespace FemGui;
|
||||
using namespace Gui;
|
||||
|
||||
|
||||
@@ -20,11 +20,13 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#include "FemSettings.h"
|
||||
|
||||
#include <App/Application.h>
|
||||
|
||||
#include "FemSettings.h"
|
||||
|
||||
|
||||
using namespace FemGui;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user