Base: remove unneeded includes
This commit is contained in:
committed by
Chris Hennes
parent
e7763236bc
commit
dda05369c4
@@ -22,12 +22,17 @@
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <cmath>
|
||||
#endif
|
||||
#ifdef __GNUC__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "Quantity.h"
|
||||
#include "Unit.h"
|
||||
#include "UnitsSchemaInternal.h"
|
||||
#include <cmath>
|
||||
|
||||
using namespace Base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user