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
e18c88bd23
commit
3769dfd338
@@ -20,16 +20,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
// inclusion of the generated files (generated out of BoundBoxPy.pyi)
|
||||
#include "MatrixPy.h"
|
||||
#include "VectorPy.h"
|
||||
#include "GeometryPyCXX.h"
|
||||
|
||||
// generated out of BoundBox.pyi
|
||||
#include "BoundBoxPy.h"
|
||||
#include "BoundBoxPy.cpp"
|
||||
|
||||
#include "MatrixPy.h"
|
||||
#include "VectorPy.h"
|
||||
|
||||
using namespace Base;
|
||||
|
||||
// returns a string which represent the object e.g. when printed in python
|
||||
|
||||
Reference in New Issue
Block a user