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,17 +20,15 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#include <sstream>
|
||||
#endif
|
||||
|
||||
#include "GeometryPyCXX.h"
|
||||
#include "Vector3D.h"
|
||||
|
||||
// inclusion of the generated files (generated out of VectorPy.pyi)
|
||||
#include "GeometryPyCXX.h"
|
||||
// generated out of Vector.pyi
|
||||
#include "VectorPy.h"
|
||||
#include "VectorPy.cpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user