From 7127a16f53fdadc709d234abf83d7fadfdf3aba7 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 28 Sep 2018 15:02:40 +0200 Subject: libpyside: Clean up #include directives Remove unused #include directives, group by libpyside, libshiboken, Qt, C++ and sort alphabetically with the exception of sbkpython.h which sanitizes the "slot" defines and needs to go to the top when used). Add the module to the Qt classes. Change-Id: I33d912135bad928d3073a1ddeb487de237d6a45e Reviewed-by: Christian Tismer --- sources/pyside2/libpyside/globalreceiverv2.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sources/pyside2/libpyside/globalreceiverv2.h') diff --git a/sources/pyside2/libpyside/globalreceiverv2.h b/sources/pyside2/libpyside/globalreceiverv2.h index 0ec83bc11..b12823a84 100644 --- a/sources/pyside2/libpyside/globalreceiverv2.h +++ b/sources/pyside2/libpyside/globalreceiverv2.h @@ -41,15 +41,14 @@ #define GLOBALRECEIVER_V2_H #include -#include -#include -#include -#include -#include -#include #include "dynamicqmetaobject.h" +#include +#include +#include +#include + namespace PySide { -- cgit v1.2.3