Fix build without features.timezone on macOS

It is no longer needed after bd78f57463

Change-Id: I73aceb10eab7c9fdc7d0dfbe89012df7d0110205
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Tasuku Suzuki 2019-05-13 13:59:11 +09:00 committed by Edward Welbourne
parent 9895cdd3ce
commit 8afecdcccb

View File

@ -44,10 +44,8 @@
#include "qdatetime.h"
#ifdef Q_OS_DARWIN
#include "qtimezone.h"
#include "private/qcore_mac_p.h"
#include <CoreFoundation/CoreFoundation.h>
QT_REQUIRE_CONFIG(timezone);
#endif
QT_BEGIN_NAMESPACE