[Web] remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-07 04:55:48 +01:00
parent ce67aa7812
commit e64a2ce675
7 changed files with 22 additions and 50 deletions

View File

@@ -22,14 +22,13 @@
#include "PreCompiled.h"
#include "Workbench.h"
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/MenuManager.h>
#include <Gui/Selection.h>
#include <Gui/ToolBarManager.h>
#include "Workbench.h"
using namespace WebGui;