[Main] remove unused includes

This commit is contained in:
Uwe
2022-03-04 03:53:09 +01:00
parent fccb743fd6
commit bb76c7cc55
3 changed files with 8 additions and 16 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include <FCConfig.h>
#if HAVE_CONFIG_H
@@ -33,19 +32,18 @@
#include <QApplication>
#include <QIcon>
#include <QThread>
#if defined(Q_OS_WIN)
#include <windows.h>
#elif defined(Q_WS_X11)
#include <QX11EmbedWidget>
#endif
#include <thread>
// FreeCAD Base header
#include <CXX/WrapPython.h>
#include <App/Application.h>
#include <Base/Exception.h>
#include <Base/Factory.h>
#include <Base/Interpreter.h>
#include <App/Application.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/MainWindow.h>
@@ -55,6 +53,7 @@
#include <Inventor/SoInteraction.h>
#include <Inventor/nodekits/SoNodeKit.h>
static bool _isSetupWithoutGui = false;
static