[Gui] Quarter: remove unused includes

This commit is contained in:
Uwe
2022-03-06 22:07:35 +01:00
parent 6193fc9cdb
commit 9654786c67
19 changed files with 74 additions and 93 deletions

View File

@@ -32,15 +32,16 @@
#include "SensorManager.h"
#include <QtCore/QTimer>
#include <QTimer>
#include <Inventor/SoDB.h>
#include <Inventor/SbTime.h>
#include <Inventor/SoDB.h>
#include <Inventor/SoRenderManager.h>
#include <Inventor/nodekits/SoNodeKit.h>
#include <Inventor/C/threads/thread.h>
#include "SignalThread.h"
using namespace SIM::Coin3D::Quarter;
SensorManager::SensorManager()