From 5e67c653db2aecb332f9f3d93da7c4fdd8a4ad35 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 22 May 2018 09:31:13 +0200 Subject: Windows QPA: Fix Qt include statements Change #include to #include according to the coding style. Change-Id: I6ba8a7424c548ddde1d18f3f6f4f87e30973d710 Reviewed-by: Joerg Bornemann --- src/plugins/platforms/windows/qwindowsscreen.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/plugins/platforms/windows/qwindowsscreen.cpp') diff --git a/src/plugins/platforms/windows/qwindowsscreen.cpp b/src/plugins/platforms/windows/qwindowsscreen.cpp index d56dc870ea..f2d32bc9b4 100644 --- a/src/plugins/platforms/windows/qwindowsscreen.cpp +++ b/src/plugins/platforms/windows/qwindowsscreen.cpp @@ -45,14 +45,14 @@ #include -#include -#include -#include +#include +#include +#include #include #include -#include +#include -#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3