[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 c08c4c12ef
commit 9ec0bcdcf2
21 changed files with 27 additions and 55 deletions

View File

@@ -24,12 +24,7 @@
#ifndef BASE_Unit_H
#define BASE_Unit_H
#ifdef _MSC_VER
# include <boost/cstdint.hpp>
#else
# include <cstdint>
#endif
#include <string>
#include <cstdint>
#include <QString>
#include <FCGlobal.h>