[Gui] MDIView: remove unused includes

This commit is contained in:
Uwe
2022-03-05 02:10:24 +01:00
parent 212506b4f1
commit f60d67a121
9 changed files with 21 additions and 47 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QApplication>
@@ -30,8 +29,9 @@
#include "MenuManager.h"
#include "Application.h"
#include "MainWindow.h"
#include "Command.h"
#include "MainWindow.h"
using namespace Gui;