[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

@@ -30,11 +30,9 @@
#ifndef CHECKABLEMESSAGEBOX_H
#define CHECKABLEMESSAGEBOX_H
//#include "utils_global.h"
#include <QDialog>
#include <QDialogButtonBox>
#include <QMessageBox>
#include <QDialog>
namespace Gui {
namespace Dialog {