[Gui] Expression: remove unused includes

This commit is contained in:
Uwe
2022-03-02 05:00:21 +01:00
parent 10436cb7f4
commit a8c679c370
12 changed files with 43 additions and 60 deletions

View File

@@ -21,18 +21,16 @@
***************************************************************************/
#include "PreCompiled.h"
#include <algorithm>
#include <iomanip>
#include <sstream>
#include <QGlobalStatic>
#include <QMainWindow>
#include <QWidget>
#include <FCConfig.h>
#include <Base/Console.h>
#include "Application.h"
#include "GuiApplicationNativeEventAware.h"
#include "SpaceballEvent.h"
#include "Application.h"
#if defined(_USE_3DCONNEXION_SDK) || defined(SPNAV_FOUND)
#if defined(Q_OS_LINUX)