[PD] Workbench and Command: remove unused includes

This commit is contained in:
Uwe
2022-02-20 21:55:15 +01:00
parent f5da0f3c56
commit 7a4caf06f8
9 changed files with 53 additions and 92 deletions

View File

@@ -23,26 +23,16 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <boost_bind_bind.hpp>
# include <QMessageBox>
#endif
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/Control.h>
#include <Gui/MDIView.h>
#include <Gui/MenuManager.h>
#include <Mod/Sketcher/Gui/Workbench.h>
#include <Mod/PartDesign/App/Body.h>
#include <Mod/PartDesign/App/Feature.h>
#include <Mod/PartDesign/App/FeatureMultiTransform.h>
#include "Utils.h"
#include "Workbench.h"
#include "WorkflowManager.h"
using namespace PartDesignGui;