[Base] Quantity, Rotation, Stream: remove unused includes

This commit is contained in:
Uwe
2022-02-28 01:09:13 +01:00
parent 36d865df04
commit f20840442f
10 changed files with 15 additions and 31 deletions

View File

@@ -22,15 +22,13 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cmath>
# include <climits>
#endif
#include <boost/algorithm/string/predicate.hpp>
#include "Base/Exception.h"
#include "Rotation.h"
#include "Matrix.h"
#include "Base/Exception.h"
using namespace Base;