summaryrefslogtreecommitdiffstats
path: root/src/render/picking/qpickevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/picking/qpickevent.h')
-rw-r--r--src/render/picking/qpickevent.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/render/picking/qpickevent.h b/src/render/picking/qpickevent.h
index 854008aaf..0733499bf 100644
--- a/src/render/picking/qpickevent.h
+++ b/src/render/picking/qpickevent.h
@@ -43,19 +43,15 @@
#include <QtCore/QObject>
#include <QtGui/QVector3D>
#include <QtCore/QPointF>
+#include <Qt3DCore/qentity.h>
+#include <Qt3DRender/qviewport.h>
#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
-namespace Qt3DCore {
-class QEntity;
-}
-
namespace Qt3DRender {
-class QViewport;
class QPickEventPrivate;
-
class QPickEvent;
typedef QSharedPointer<QPickEvent> QPickEventPtr;