mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-07 06:04:27 +02:00
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
|
||||
#include <mp-units/core.h>
|
||||
|
||||
// utility
|
||||
#include <mp-units/compare.h>
|
||||
#include <mp-units/random.h>
|
||||
}
|
||||
|
@@ -26,7 +26,5 @@ export
|
||||
|
||||
// utility
|
||||
#include <mp-units/chrono.h>
|
||||
#include <mp-units/compare.h>
|
||||
#include <mp-units/math.h>
|
||||
#include <mp-units/random.h>
|
||||
}
|
||||
|
Reference in New Issue
Block a user