Gui: cleanup includes in *PyImp.cpp

Sort includes and implicitely add missing ones. While there
consistently explain where generated files some from.
This commit is contained in:
Ladislav Michl
2025-04-26 20:06:18 +02:00
committed by Chris Hennes
parent f9ab227459
commit e7bcb2c15e
13 changed files with 40 additions and 57 deletions

View File

@@ -21,19 +21,16 @@
* *
**************************************************************************/
#include <sstream>
#include <App/GeoFeature.h>
#include <App/MaterialPy.h>
#include <App/PropertyStandard.h>
// generated out of ViewProviderGeometryObject.pyi
#include "ViewProviderGeometryObjectPy.h"
#include "ViewProviderGeometryObjectPy.cpp"
using namespace Gui;
// returns a string which represents the object e.g. when printed in python