forked from mpusz/mp-units
refactor: move compare.h
and random.h
to mp_units.core
This commit is contained in:
committed by
Mateusz Pusz
parent
ceb1522a1e
commit
7aa0690246
@@ -8,4 +8,8 @@ export
|
|||||||
{
|
{
|
||||||
// core
|
// core
|
||||||
#include <mp-units/core.h>
|
#include <mp-units/core.h>
|
||||||
|
|
||||||
|
// utility
|
||||||
|
#include <mp-units/compare.h>
|
||||||
|
#include <mp-units/random.h>
|
||||||
}
|
}
|
||||||
|
@@ -26,7 +26,5 @@ export
|
|||||||
|
|
||||||
// utility
|
// utility
|
||||||
#include <mp-units/chrono.h>
|
#include <mp-units/chrono.h>
|
||||||
#include <mp-units/compare.h>
|
|
||||||
#include <mp-units/math.h>
|
#include <mp-units/math.h>
|
||||||
#include <mp-units/random.h>
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user