[Base] Exception and others: remove unused includes

This commit is contained in:
Uwe
2022-03-02 03:14:43 +01:00
parent e4ca93bfbc
commit 05dab0065b
4 changed files with 10 additions and 14 deletions

View File

@@ -22,13 +22,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cfloat>
#endif
#include "CoordinateSystem.h"
#include "Exception.h"
using namespace Base;
CoordinateSystem::CoordinateSystem()