[Start] remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-07 04:38:02 +01:00
parent 83cd5faabe
commit ce67aa7812
4 changed files with 7 additions and 24 deletions

View File

@@ -23,8 +23,8 @@
#include "PreCompiled.h"
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Interpreter.h>
#include <Base/PyObjectBase.h>
namespace Start {

View File

@@ -20,12 +20,12 @@
* *
***************************************************************************/
#ifndef STARTGUI_DLGSTARTPREFERENCESIMP_H
#define STARTGUI_DLGSTARTPREFERENCESIMP_H
#include <Gui/PropertyPage.h>
#include <memory>
#include <Gui/PropertyPage.h>
class Ui_DlgStartPreferences;
namespace StartGui {

View File

@@ -26,21 +26,6 @@
#include <FCConfig.h>
#ifdef _PreComp_
// standard
#include <iostream>
#include <cassert>
#include <cmath>
// STL
#include <vector>
#include <map>
#include <string>
#include <list>
#include <set>
#include <algorithm>
#include <stack>
#include <queue>
#include <bitset>
#ifdef FC_OS_WIN32
# include <windows.h>

View File

@@ -26,19 +26,17 @@
# include <QCoreApplication>
#endif
#include "Workbench.h"
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/Interpreter.h>
#include <Base/Tools.h>
#include <Gui/ToolBarManager.h>
#include <Gui/DockWindowManager.h>
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/DockWindowManager.h>
#include <Gui/MainWindow.h>
#include <Gui/MDIView.h>
#include <Gui/ToolBarManager.h>
#include "Workbench.h"
using namespace StartGui;