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
@@ -22,14 +22,13 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
// generated out of Precision.pyi
|
||||
#include "PrecisionPy.h"
|
||||
#include "PrecisionPy.cpp"
|
||||
|
||||
|
||||
using Base::Precision;
|
||||
using Base::PrecisionPy;
|
||||
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string PrecisionPy::representation() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user