[Base] Units and Uui: remove unused includes

This commit is contained in:
Uwe
2022-02-24 03:39:26 +01:00
committed by wmayer
parent 832a6eb43b
commit 4d0a5c045c
21 changed files with 27 additions and 55 deletions

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;