Base: 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 16:06:24 +02:00
committed by Benjamin Nauck
parent b14d3a224b
commit 24d55dc616
13 changed files with 47 additions and 47 deletions

View File

@@ -20,10 +20,11 @@
* *
***************************************************************************/
#include "PreCompiled.h"
// inclusion of the generated files (generated out of BaseClassPy.pyi)
#include "Type.h"
// generated out of BaseClass.pyi
#include "BaseClassPy.h"
#include "BaseClassPy.cpp"
@@ -35,7 +36,6 @@ std::string BaseClassPy::representation() const
return {"<binding object>"};
}
PyObject* BaseClassPy::isDerivedFrom(PyObject* args) const
{
char* name {};