[Mesh] Gui: R-Se: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-04 15:08:10 +01:00
parent 4d2837a6c2
commit e3ee7d549a
12 changed files with 58 additions and 69 deletions

View File

@@ -20,24 +20,22 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <qobject.h>
# include <QGroupBox>
# include <QLabel>
#endif
#include "Workbench.h"
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/MenuManager.h>
#include <Gui/ToolBarManager.h>
#include <Gui/Selection.h>
#include <Gui/ToolBarManager.h>
#include <Gui/TaskView/TaskView.h>
#include <Mod/Mesh/App/MeshFeature.h>
#include "Workbench.h"
#include "../App/MeshFeature.h"
using namespace MeshGui;