summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qabstractphysicaldevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qabstractphysicaldevice.cpp')
-rw-r--r--src/input/frontend/qabstractphysicaldevice.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/frontend/qabstractphysicaldevice.cpp b/src/input/frontend/qabstractphysicaldevice.cpp
index 4984b4300..8a0e81e0c 100644
--- a/src/input/frontend/qabstractphysicaldevice.cpp
+++ b/src/input/frontend/qabstractphysicaldevice.cpp
@@ -39,11 +39,13 @@
#include "qabstractphysicaldevice.h"
#include "qabstractphysicaldevice_p.h"
-#include <Qt3DInput/qphysicaldevicecreatedchange.h>
+
#include <Qt3DInput/qaxissetting.h>
+#include <Qt3DInput/qphysicaldevicecreatedchange.h>
#include <Qt3DCore/qpropertyupdatedchange.h>
#include <Qt3DCore/qpropertynodeaddedchange.h>
#include <Qt3DCore/qpropertynoderemovedchange.h>
+
#include <Qt3DCore/private/qnode_p.h>
QT_BEGIN_NAMESPACE