[Gui] Widgets and Window: remove unused includes

This commit is contained in:
Uwe
2022-02-21 00:39:24 +01:00
parent 0f2a471930
commit aa78832048
10 changed files with 24 additions and 38 deletions

View File

@@ -23,8 +23,6 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <algorithm>
# include <limits>
# include <QApplication>
# include <QVBoxLayout>
#endif
@@ -38,18 +36,15 @@
#endif
#endif
#include <CXX/Objects.hxx>
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/Interpreter.h>
#include "WidgetFactory.h"
#include "UiLoader.h"
#include "PythonWrapper.h"
#include "PrefWidgets.h"
#include "PropertyPage.h"
#include "PythonWrapper.h"
#include "UiLoader.h"
using namespace Gui;