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

@@ -20,18 +20,16 @@
* *
***************************************************************************/
#include <sstream>
#include <App/DocumentObjectPy.h>
#include "Document.h"
// inclusion of the generated files (generated out of ViewProviderDocumentObjectPy.pyi)
// generated out of ViewProviderDocumentObject.pyi
#include "ViewProviderDocumentObjectPy.h"
#include "ViewProviderDocumentObjectPy.cpp"
using namespace Gui;
// returns a string which represents the object e.g. when printed in python