[Base] Units and Uui: remove unused includes

This commit is contained in:
Uwe
2022-02-24 11:08:56 +01:00
committed by wmayer
parent c08c4c12ef
commit 9ec0bcdcf2
21 changed files with 27 additions and 55 deletions
+2 -2
View File
@@ -23,12 +23,12 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
# include <cstdlib>
#endif
#include "Unit.h"
#include "Quantity.h"
#include "Exception.h"
#include "Quantity.h"
using namespace Base;