[Base] Parameter and Matrix: remove unused includes
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <climits>
|
||||
#include <cmath>
|
||||
#include "Base/Matrix.h"
|
||||
|
||||
// inclusion of the generated files (generated out of MatrixPy.xml)
|
||||
#include "RotationPy.h"
|
||||
#include "VectorPy.h"
|
||||
@@ -35,6 +31,7 @@
|
||||
#include "MatrixPy.h"
|
||||
#include "MatrixPy.cpp"
|
||||
|
||||
|
||||
using namespace Base;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
|
||||
Reference in New Issue
Block a user