[Gui] DockWindow and DemoMode: remove unused includes

This commit is contained in:
Uwe
2022-03-04 03:37:44 +01:00
parent 2be0a9706e
commit fccb743fd6
6 changed files with 17 additions and 22 deletions

View File

@@ -20,11 +20,11 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "DockWindow.h"
using namespace Gui;
DockWindow::DockWindow( Gui::Document* pcDocument, QWidget *parent)