[Gui] MDIView: remove unused includes

This commit is contained in:
Uwe
2022-03-05 02:10:24 +01:00
parent 212506b4f1
commit f60d67a121
9 changed files with 21 additions and 47 deletions

View File

@@ -20,14 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <qapplication.h>
# include <qevent.h>
# include <qpainter.h>
# include <qpixmap.h>
# include <QPixmap>
# include <QMenu>
# include <Inventor/SbBox.h>
# include <Inventor/events/SoEvent.h>
@@ -36,13 +32,10 @@
# include <Inventor/events/SoMouseButtonEvent.h>
#endif
#include <QtOpenGL.h>
#include <Base/Console.h>
#include "MouseSelection.h"
#include "View3DInventor.h"
#include "View3DInventorViewer.h"
using namespace Gui;
AbstractMouseSelection::AbstractMouseSelection() : _pcView3D(0)