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,21 +20,20 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
// inclusion of the generated files (generated out of MatrixPy.pyi)
#include "RotationPy.h"
#include "VectorPy.h"
#include "GeometryPyCXX.h"
#include "QuantityPy.h"
// generated out of Matrix.pyi
#include "MatrixPy.h"
#include "MatrixPy.cpp"
#include "RotationPy.h"
#include "QuantityPy.h"
#include "VectorPy.h"
using namespace Base;