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:
committed by
Chris Hennes
parent
f9ab227459
commit
e7bcb2c15e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user