aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/libpyside/pysidemetafunction.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-28 15:02:40 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-10-02 09:10:22 +0000
commit7127a16f53fdadc709d234abf83d7fadfdf3aba7 (patch)
treeb2164f5662388b391d01b9da60741ed339ad40ab /sources/pyside2/libpyside/pysidemetafunction.h
parentf5f9ad6b7af6ae85202e3107a94a0d762c0ee3f3 (diff)
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 <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/libpyside/pysidemetafunction.h')
-rw-r--r--sources/pyside2/libpyside/pysidemetafunction.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sources/pyside2/libpyside/pysidemetafunction.h b/sources/pyside2/libpyside/pysidemetafunction.h
index 020f02d49..1085ecb5e 100644
--- a/sources/pyside2/libpyside/pysidemetafunction.h
+++ b/sources/pyside2/libpyside/pysidemetafunction.h
@@ -40,13 +40,12 @@
#ifndef PYSIDE_METAFUNCTION_H
#define PYSIDE_METAFUNCTION_H
-#include <QObject>
-#include <QString>
-#include <QStringList>
-
#include <pysidemacros.h>
+
#include <sbkpython.h>
+#include <QtCore/QObject>
+
extern "C"
{
extern PYSIDE_API PyTypeObject *PySideMetaFunctionTypeF(void);