diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 08:32:35 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 08:32:35 +0200 |
| commit | 2fca53d388f22585d2404f9ef15fbcb714a7a3dc (patch) | |
| tree | f8fa4b59dee75b62b0114be167f332aaaab59ba2 /dev/lib/core/includes.hpp | |
| parent | f0b4a1cd84244f09c71496b6a08636fc81e5292f (diff) | |
feat: simplify the unit test for the `modem` class
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/core/includes.hpp')
| -rw-r--r-- | dev/lib/core/includes.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp index e482a7c..6bddba9 100644 --- a/dev/lib/core/includes.hpp +++ b/dev/lib/core/includes.hpp @@ -11,6 +11,7 @@ #include <boost/core/nvp.hpp> #include <boost/core/demangle.hpp> #include <boost/core/null_deleter.hpp> -#include <memory> -#include <utility> + #include <filesystem> +#include <utility> +#include <memory> |
