[Gui] Python and Property: remove unused includes

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

View File

@@ -20,15 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <algorithm>
# include <limits>
# include <QWidget>
# include <QIcon>
# include <QDir>
# include <QIcon>
# include <QWidget>
#endif
#include <QMetaType>
// Uncomment this block to remove PySide C++ support and switch to its Python interface