Streamline #include <type_traits>
It's included by qglobal.h, so we get it for free in other headers. Change-Id: I90072156e313271a5354a39cbf78a83a6885c431 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
d258d6962a
commit
1b488d8b49
|
|
@ -46,8 +46,6 @@
|
|||
#include <initializer_list>
|
||||
#endif
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QFlag
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
#ifdef __cplusplus
|
||||
# include <type_traits>
|
||||
# include <cstddef>
|
||||
# include <type_traits>
|
||||
# include <utility>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -50,8 +50,6 @@
|
|||
#pragma qt_sync_stop_processing
|
||||
#endif
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include <type_traits>
|
||||
#ifndef QT_NO_EXCEPTIONS
|
||||
# include <exception>
|
||||
#endif // QT_NO_EXCEPTIONS
|
||||
|
|
|
|||
Loading…
Reference in New Issue