Tidy up in qtimezone.h

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

Pick-to: 6.5
Change-Id: Idf23b1402bc94756095a28d6886f42cdef714975
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Edward Welbourne 2023-01-17 14:42:08 +01:00
parent caecb17248
commit 3586cb28eb
1 changed files with 1 additions and 1 deletions

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>