[Gui] Quarter: remove few unused includes

- mainly sorting
This commit is contained in:
Uwe
2022-03-06 21:47:17 +01:00
parent 8eea478832
commit f9b2489ae2
13 changed files with 59 additions and 60 deletions

View File

@@ -37,20 +37,18 @@
functionality to the QuarterWidget.
*/
#include <Quarter/eventhandlers/DragDropHandler.h>
#include <QtCore/QUrl>
#include <QtCore/QFileInfo>
#include <QtCore/QStringList>
#include <QtGui/QDragEnterEvent>
#include <QtGui/QDropEvent>
#include <QDragEnterEvent>
#include <QDropEvent>
#include <QFileInfo>
#include <QMimeData>
#include <QStringList>
#include <QUrl>
#include <Inventor/SoInput.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Quarter/QuarterWidget.h>
#include <cstdlib>
#include "QuarterWidget.h"
#include "eventhandlers/DragDropHandler.h"
namespace SIM { namespace Coin3D { namespace Quarter {