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,20 +20,20 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "GeometryPyCXX.h"
|
||||
#include <Base/PyWrapParseTupleAndKeywords.h>
|
||||
#include "Matrix.h"
|
||||
#include "PyWrapParseTupleAndKeywords.h"
|
||||
#include "Tools.h"
|
||||
|
||||
// inclusion of the generated files (generated out of PlacementPy.pyi)
|
||||
// generated out of Placement.pyi
|
||||
#include "PlacementPy.h"
|
||||
#include "PlacementPy.cpp"
|
||||
#include "Matrix.h"
|
||||
|
||||
#include "MatrixPy.h"
|
||||
#include "RotationPy.h"
|
||||
#include "VectorPy.h"
|
||||
#include "Tools.h"
|
||||
|
||||
using namespace Base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user