refactor: 💥 header files with the entire system definitions moved up in the directory tree

This commit is contained in:
Mateusz Pusz
2024-04-25 16:30:52 +02:00
parent dbc225961d
commit 8ea346be1c
62 changed files with 134 additions and 134 deletions

View File

@@ -47,8 +47,8 @@ The library source code is hosted on [GitHub](https://github.com/mpusz/mp-units)
```cpp
#include <mp-units/format.h>
#include <mp-units/systems/si/si.h>
#include <mp-units/systems/usc/usc.h>
#include <mp-units/systems/si.h>
#include <mp-units/systems/usc.h>
#include <print>
using namespace mp_units;