Tidy up in qtimezone.h

Remove a #include that's no longer in use.
Add a long-overdue Copyright header line.

Change-Id: Idf23b1402bc94756095a28d6886f42cdef714975
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 3586cb28eb627373101ffd1cb3345a2907782ac9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Edward Welbourne 2023-01-17 14:42:08 +01:00 committed by Qt Cherry-pick Bot
parent 2877f076dd
commit 6fe36e874d

View File

@ -1,3 +1,4 @@
// Copyright (C) 2017 The Qt Company Ltd.
// Copyright (C) 2013 John Layt <jlayt@kde.org>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
@ -6,7 +7,6 @@
#include <QtCore/qdatetime.h>
#include <QtCore/qlocale.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qswap.h>
#include <QtCore/qtclasshelpermacros.h>