[Base] Parameter and Matrix: remove unused includes

This commit is contained in:
Uwe
2022-03-01 02:29:35 +01:00
parent 6ad885fdd3
commit 7bb7efc55f
8 changed files with 12 additions and 53 deletions

View File

@@ -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