summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode.h')
-rw-r--r--src/core/nodes/qnode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nodes/qnode.h b/src/core/nodes/qnode.h
index bfd45171e..cf3a16301 100644
--- a/src/core/nodes/qnode.h
+++ b/src/core/nodes/qnode.h
@@ -40,11 +40,11 @@
#ifndef QT3DCORE_QNODE_H
#define QT3DCORE_QNODE_H
-#include <QObject>
-#include <Qt3DCore/qt3dcore_global.h>
+#include <Qt3DCore/qnodecreatedchange.h>
#include <Qt3DCore/qnodeid.h>
#include <Qt3DCore/qscenechange.h>
-#include <Qt3DCore/qnodecreatedchange.h>
+#include <Qt3DCore/qt3dcore_global.h>
+#include <QtCore/QObject>
#define Q_NODE_NULLPTR static_cast<Qt3DCore::QNode *>(nullptr)