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:
committed by
Benjamin Nauck
parent
b14d3a224b
commit
24d55dc616
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user