Skip to content

Commit

Permalink
refactor: move compare.h and random.h to mp_units.core
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Dec 27, 2023
1 parent 797752c commit 475638a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/mp-units-core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ export
{
// core
#include <mp-units/core.h>

// utility
#include <mp-units/compare.h>
#include <mp-units/random.h>
}
2 changes: 0 additions & 2 deletions src/mp-units-systems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
}

0 comments on commit 475638a

Please sign in to comment.