[PD] remove some more unused includes
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#ifndef PARTDESIGN_FeatureLinearPattern_H
|
||||
#define PARTDESIGN_FeatureLinearPattern_H
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyUnits.h>
|
||||
#include "FeatureTransformed.h"
|
||||
|
||||
|
||||
@@ -24,10 +24,6 @@
|
||||
#ifndef PARTDESIGN_Loft_H
|
||||
#define PARTDESIGN_Loft_H
|
||||
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyUnits.h>
|
||||
|
||||
#include "FeatureSketchBased.h"
|
||||
|
||||
namespace PartDesign
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#ifndef PARTDESIGN_FeatureMirrored_H
|
||||
#define PARTDESIGN_FeatureMirrored_H
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include "FeatureTransformed.h"
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#ifndef PARTDESIGN_FeatureMultiTransform_H
|
||||
#define PARTDESIGN_FeatureMultiTransform_H
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include "FeatureTransformed.h"
|
||||
|
||||
|
||||
|
||||
@@ -23,14 +23,13 @@
|
||||
#ifndef PARTDESIGNGUI_FeaturePickDialog_H
|
||||
#define PARTDESIGNGUI_FeaturePickDialog_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/DocumentObserver.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/ViewProviderOrigin.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Gui/DocumentObserver.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/ViewProviderOrigin.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <QListWidgetItem>
|
||||
|
||||
namespace PartDesignGui {
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#ifndef GUI_TASKVIEW_TaskLinearPatternParameters_H
|
||||
#define GUI_TASKVIEW_TaskLinearPatternParameters_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include "TaskTransformedParameters.h"
|
||||
#include "ViewProviderLinearPattern.h"
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#ifndef GUI_TASKVIEW_TaskLoftParameters_H
|
||||
#define GUI_TASKVIEW_TaskLoftParameters_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include "TaskSketchBasedParameters.h"
|
||||
#include "ViewProviderLoft.h"
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#ifndef GUI_TASKVIEW_TaskMirroredParameters_H
|
||||
#define GUI_TASKVIEW_TaskMirroredParameters_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include "TaskTransformedParameters.h"
|
||||
#include "ViewProviderMirrored.h"
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#ifndef GUI_TASKVIEW_TaskMultiTransformParameters_H
|
||||
#define GUI_TASKVIEW_TaskMultiTransformParameters_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include "TaskTransformedParameters.h"
|
||||
#include "ViewProviderMultiTransform.h"
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderLinearPattern.h"
|
||||
#include "TaskLinearPatternParameters.h"
|
||||
|
||||
|
||||
@@ -24,22 +24,16 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QMessageBox>
|
||||
# include <QMenu>
|
||||
#endif
|
||||
|
||||
#include "Utils.h"
|
||||
#include "ViewProviderLoft.h"
|
||||
#include "TaskLoftParameters.h"
|
||||
#include <Mod/PartDesign/App/Body.h>
|
||||
#include <Mod/PartDesign/App/FeatureLoft.h>
|
||||
#include <Mod/Sketcher/App/SketchObject.h>
|
||||
#include <Mod/Part/Gui/ReferenceHighlighter.h>
|
||||
#include <Gui/Control.h>
|
||||
#include <Gui/Command.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Mod/Part/Gui/ReferenceHighlighter.h>
|
||||
#include <Mod/PartDesign/App/FeatureLoft.h>
|
||||
|
||||
#include "ViewProviderLoft.h"
|
||||
#include "TaskLoftParameters.h"
|
||||
|
||||
using namespace PartDesignGui;
|
||||
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderMainPart.h"
|
||||
#include <Mod/PartDesign/App/FeatureMainPart.h>
|
||||
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderMirrored.h"
|
||||
#include "TaskMirroredParameters.h"
|
||||
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "ViewProviderMultiTransform.h"
|
||||
#include "TaskMultiTransformParameters.h"
|
||||
#include <Mod/PartDesign/App/FeatureMultiTransform.h>
|
||||
|
||||
Reference in New Issue
Block a user