[Gui] DlgWorkbenches etc.: remove unused includes and sort headers

This commit is contained in:
Uwe
2022-03-16 04:28:13 +01:00
parent 11f6f693f2
commit 4e619ee4d7
3 changed files with 9 additions and 12 deletions

View File

@@ -23,8 +23,8 @@
// Based on DlgToolbars.cpp
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QDebug>
# include <QInputDialog>
@@ -33,14 +33,9 @@
#include "DlgWorkbenchesImp.h"
#include "ui_DlgWorkbenches.h"
#include "Application.h"
#include "BitmapFactory.h"
#include "Command.h"
#include "MainWindow.h"
#include "Widgets.h"
#include "Workbench.h"
#include "WorkbenchManager.h"
#include "QListWidgetCustom.h"
using namespace Gui::Dialog;
const QString DlgWorkbenchesImp::all_workbenches = QString::fromLatin1("ALL");