From b7c16e4f454804929be6ed6ec7053b66822d8463 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 12 Sep 2017 16:07:42 +0200 Subject: Assistant Examples: Unify #include style Change-Id: I72c419123e27e06ae30fa2042fb8bb6ddbab9da4 Reviewed-by: Jarek Kobus --- examples/assistant/remotecontrol/remotecontrol.cpp | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'examples/assistant/remotecontrol/remotecontrol.cpp') diff --git a/examples/assistant/remotecontrol/remotecontrol.cpp b/examples/assistant/remotecontrol/remotecontrol.cpp index 3ee8bb27d..916a08efd 100644 --- a/examples/assistant/remotecontrol/remotecontrol.cpp +++ b/examples/assistant/remotecontrol/remotecontrol.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. @@ -48,15 +48,14 @@ ** ****************************************************************************/ -#include -#include -#include -#include - -#include - #include "remotecontrol.h" +#include +#include +#include +#include +#include + RemoteControl::RemoteControl(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) { -- cgit v1.2.3