refactor: move compare.h and random.h to mp_units.core

This commit is contained in:
Johel Ernesto Guerrero Peña
2024-01-06 08:51:00 +01:00
committed by Mateusz Pusz
parent ceb1522a1e
commit 7aa0690246
2 changed files with 4 additions and 2 deletions

View File

@@ -8,4 +8,8 @@ export
{
// core
#include <mp-units/core.h>
// utility
#include <mp-units/compare.h>
#include <mp-units/random.h>
}

View File

@@ -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>
}