[Gui] DlgMacro etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-16 23:41:14 +01:00
parent b7a6c51cdb
commit 70decbebf5
23 changed files with 71 additions and 109 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QMessageBox>
@@ -28,11 +27,10 @@
#include "DlgPreferencePackManagementImp.h"
#include "ui_DlgPreferencePackManagement.h"
#include <PreferencePackManager.h>
#include <App/Application.h>
#include "Application.h"
#include "Command.h"
#include "PreferencePackManager.h"
using namespace Gui::Dialog;
namespace fs = boost::filesystem;