summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qabstractphysicaldevice.cpp
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2017-01-17 12:01:25 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-03-16 09:32:47 +0000
commitb02141091db3d5182aab6728f02239fce2c727af (patch)
tree8509c9f88f4db439ce603313b1da27b02bfceec5 /src/input/frontend/qabstractphysicaldevice.cpp
parentea33d6b0530ae3f2601f15fe1e4f63faebdb572c (diff)
Coding convention fix for Src/input
Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I1d1b61c2fac42505f85a1c4421e1292259270568 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
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