Don't include qglobal when qnamespace is enough
Since all it needs is Qt::HANDLE qglobal.h is an overkill. Task-number: QTBUG-106722 Change-Id: Ib000532bae3500a06c548b3c308e28bf0abf80d1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit dee05596d3ef95572e97a84191f9141e9231e75f) Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
0174df3a4b
commit
298ea22e98
@ -15,7 +15,7 @@
|
|||||||
// We mean it.
|
// We mean it.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <QtCore/qglobal.h>
|
#include <QtCore/qnamespace.h>
|
||||||
#include <QtCore/private/quniquehandle_p.h>
|
#include <QtCore/private/quniquehandle_p.h>
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user