[Mesh] Gui: A-P: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-04 04:40:59 +01:00
parent 7a2d0037ff
commit d33429c8af
18 changed files with 95 additions and 116 deletions

View File

@@ -21,13 +21,15 @@
***************************************************************************/
#include "PreCompiled.h"
#include <Gui/Command.h>
#include <Gui/Selection.h>
#include <Gui/WaitCursor.h>
#include <Mod/Mesh/App/MeshFeature.h>
#include "DlgDecimating.h"
#include "ui_DlgDecimating.h"
#include <Gui/WaitCursor.h>
#include <Gui/Command.h>
#include <Gui/Selection.h>
#include <Mod/Mesh/App/MeshFeature.h>
using namespace MeshGui;