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

This commit is contained in:
Uwe
2022-03-16 04:06:37 +01:00
parent 6953a4eef4
commit 11f6f693f2
12 changed files with 40 additions and 55 deletions

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QHeaderView>
# include <QTreeWidgetItemIterator>
@@ -32,9 +32,9 @@
#include "DlgCommandsImp.h"
#include "ui_DlgCommands.h"
#include "Application.h"
#include "Command.h"
#include "BitmapFactory.h"
#include "Widgets.h"
#include "Command.h"
using namespace Gui::Dialog;