[Base] Exception and others: remove unused includes

This commit is contained in:
Uwe
2022-03-02 03:14:43 +01:00
parent 2b1b300eae
commit 39ce4dde0d
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()