[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,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cmath>
# include <sstream>
#endif
#ifdef __GNUC__
@@ -30,12 +31,8 @@
#endif
#include <QString>
#include "Console.h"
#include "Exception.h"
#include "UnitsApi.h"
#include "UnitsSchemaImperial1.h"
#include <cmath>
#include <iomanip>
using namespace Base;