[Part] Step import: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-06 02:58:23 +02:00
parent fbdfdf4fbc
commit 75cdaa1d28
4 changed files with 6 additions and 21 deletions

View File

@@ -24,8 +24,8 @@
#ifndef _PreComp_
# include <fcntl.h>
# include <sstream>
# include <BRep_Builder.hxx>
# include <Quantity_Color.hxx>
# include <BRep_Builder.hxx>
# include <STEPControl_Reader.hxx>
# include <StepData_StepModel.hxx>
# include <TopoDS.hxx>
@@ -35,7 +35,6 @@
# include <TopoDS_Compound.hxx>
# include <TopExp_Explorer.hxx>
# include <Standard_Version.hxx>
# include <Transfer_TransientProcess.hxx>
# include <XSControl_TransferReader.hxx>
# include <XSControl_WorkSession.hxx>
#endif
@@ -43,7 +42,6 @@
#include <StepElement_AnalysisItemWithinRepresentation.hxx>
#include <StepVisual_AnnotationCurveOccurrence.hxx>
#include <App/Application.h>
#include <App/Document.h>
#include <Base/Console.h>

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QButtonGroup>
# include <QCheckBox>
# include <QDialogButtonBox>
# include <QRegExp>

View File

@@ -21,18 +21,7 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QButtonGroup>
# include <QCheckBox>
# include <QDialogButtonBox>
# include <QVBoxLayout>
# include <QRegExp>
# include <QRegExpValidator>
# include <Interface_Static.hxx>
#endif
#include <App/Application.h>
#include <Base/Parameter.h>
#include <Mod/Part/App/OCAF/ImportExportSettings.h>
#include <Mod/Part/App/STEP/ImportExportSettings.h>

View File

@@ -23,18 +23,16 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QButtonGroup>
# include <QVBoxLayout>
# include <QRegExp>
# include <QRegExpValidator>
# include <QVBoxLayout>
# include <Interface_Static.hxx>
#endif
#include <App/Application.h>
#include <Base/Parameter.h>
#include <Mod/Part/App/IGES/ImportExportSettings.h>
#include <Mod/Part/App/STEP/ImportExportSettings.h>
#include <Mod/Part/App/OCAF/ImportExportSettings.h>
#include <Mod/Part/App/Interface.h>
#include <Mod/Part/App/IGES/ImportExportSettings.h>
#include <Mod/Part/App/OCAF/ImportExportSettings.h>
#include <Mod/Part/App/STEP/ImportExportSettings.h>
#include "DlgSettingsGeneral.h"
#include "ui_DlgSettingsGeneral.h"