[Gui] Python and Property: remove unused includes

This commit is contained in:
Uwe
2022-03-05 03:44:45 +01:00
parent c2c6443a06
commit 4147337715
13 changed files with 31 additions and 71 deletions

View File

@@ -25,11 +25,10 @@
#define GUI_PYTHONWRAPPER_H
#include <QGraphicsItem>
#include <Base/PyObjectBase.h>
#include <CXX/Objects.hxx>
#include <FCGlobal.h>
QT_BEGIN_NAMESPACE
class QDir;
QT_END_NAMESPACE