From 9810cbcd188f6e3d05f5fc45437a0b47e8d82f0e Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 24 Aug 2021 16:09:31 +0200 Subject: Include what you use ! filesystem.h uses QOperatingSystemVersion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So include that; and sort the includes while I'm about it. Change-Id: I0f922f7883f1e32b8bbcf555617588fa9cfacaaa Reviewed-by: Andrei Golubev Reviewed-by: MÃ¥rten Nordheim --- tests/shared/filesystem.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/shared/filesystem.h b/tests/shared/filesystem.h index c043493ab4..bb9d1948e5 100644 --- a/tests/shared/filesystem.h +++ b/tests/shared/filesystem.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. @@ -29,12 +29,13 @@ #ifndef QT_TESTS_SHARED_FILESYSTEM_H_INCLUDED #define QT_TESTS_SHARED_FILESYSTEM_H_INCLUDED +#include +#include +#include +#include #include #include #include -#include -#include -#include #if defined(Q_OS_WIN) #include -- cgit v1.2.3