From 2cc2bcca94aa1f20b7739eb120f9070508379825 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 15 Dec 2015 20:36:43 +0100 Subject: [PATCH] QGraphicsAnchorLayout: own includes go first ... to check that they compile stand-alone. Change-Id: I10f651125c17ea64c631f2bede4332ea71d50a10 Reviewed-by: Lars Knoll --- src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp b/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp index 328d20be6e..0caff6c678 100644 --- a/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp +++ b/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp @@ -31,6 +31,8 @@ ** ****************************************************************************/ +#include "qgraphicsanchorlayout_p.h" + #include #include #include @@ -40,7 +42,6 @@ #include #endif -#include "qgraphicsanchorlayout_p.h" #ifndef QT_NO_GRAPHICSVIEW QT_BEGIN_NAMESPACE