Fix ordering of includes in qdatetime.cpp
Last two entries were the wrong way around. Inclusion of "qplatformdefs.h" was spurious. Change-Id: Ida445471d76ff72154d8bcd95900b5df7d32e1ac Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
633ab16bc8
commit
89777803c8
@ -2,14 +2,13 @@
|
||||
// Copyright (C) 2021 Intel Corporation.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qplatformdefs.h"
|
||||
#include "qdatetime.h"
|
||||
|
||||
#include "qcalendar.h"
|
||||
#include "qdatastream.h"
|
||||
#include "qdebug.h"
|
||||
#include "qset.h"
|
||||
#include "qlocale.h"
|
||||
#include "qset.h"
|
||||
|
||||
#include "private/qcalendarmath_p.h"
|
||||
#include "private/qdatetime_p.h"
|
||||
|
Loading…
Reference in New Issue
Block a user