qmetatype.h: remove unused includes
[ChangeLog][Potentially Source-Incompatible Changes] The qmetatype.h header no longer includes qvarlengtharray. It might be necessary to include the header explicitly if code previously relied on it being implicitly included. Change-Id: If58245836715ec8a323ec8cbadc67d73a742b15f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Marc Mutz <marc.mutz@qt.io>bb10
parent
005f3ad625
commit
348f67d7ec
|
|
@ -46,8 +46,6 @@
|
|||
#include <QtCore/qatomic.h>
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qcompare.h>
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <QtCore/qrefcount.h>
|
||||
#include <QtCore/qscopeguard.h>
|
||||
#include <QtCore/qdatastream.h>
|
||||
#include <QtCore/qiterable.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue