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 e18c88bd23
commit 3769dfd338
13 changed files with 47 additions and 47 deletions

View File

@@ -20,18 +20,17 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <Base/GeometryPyCXX.h>
#include <Base/Tools.h>
#include <Base/PyWrapParseTupleAndKeywords.h>
#include "GeometryPyCXX.h"
#include "PyWrapParseTupleAndKeywords.h"
#include "Tools.h"
// inclusion of the generated files (generated out of RotationPy.pyi)
// generated out of Rotation.pyi
#include "RotationPy.h"
#include "RotationPy.cpp"
#include "VectorPy.h"
#include "VectorPy.h"
using namespace Base;