From d56e5ea8ad6096a5e7f5a20a8d572a721d89bf0d Mon Sep 17 00:00:00 2001 From: Robert Brock Date: Wed, 11 Jan 2017 10:16:52 +0000 Subject: Fixes includes to comply with coding conventions for Src/Core Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I3943678c183c4ef46d403e0fff878c3cad964dfa Reviewed-by: Sean Harmer --- src/core/nodes/qnode_p.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/core/nodes/qnode_p.h') diff --git a/src/core/nodes/qnode_p.h b/src/core/nodes/qnode_p.h index a90011128..a95b909d7 100644 --- a/src/core/nodes/qnode_p.h +++ b/src/core/nodes/qnode_p.h @@ -51,13 +51,15 @@ // We mean it. // -#include #include -#include + +#include + +#include #include +#include #include -#include "propertychangehandler_p.h" -#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3