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/aspects/qaspectfactory_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/aspects/qaspectfactory_p.h') diff --git a/src/core/aspects/qaspectfactory_p.h b/src/core/aspects/qaspectfactory_p.h index 9e2bedaaa..67b5e0b9d 100644 --- a/src/core/aspects/qaspectfactory_p.h +++ b/src/core/aspects/qaspectfactory_p.h @@ -51,8 +51,8 @@ // We mean it. // -#include -#include +#include +#include #include -- cgit v1.2.3