[PD] remove some more unused includes

This commit is contained in:
Uwe
2022-02-21 15:13:54 +01:00
parent df45db45f0
commit 7b7a0aa4bf
14 changed files with 9 additions and 43 deletions

View File

@@ -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;