mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
refactor: core_gmf.h
tuning
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// core
|
||||
#include <gsl/gsl-lite.hpp>
|
||||
#include <mp-units/bits/external/hacks.h>
|
||||
#include <mp-units/compat_macros.h>
|
||||
@@ -41,11 +40,12 @@
|
||||
#include <optional>
|
||||
#include <random>
|
||||
#include <ranges>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <string_view>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
// si
|
||||
#include <chrono>
|
||||
#if __cpp_lib_text_encoding
|
||||
#include <text_encoding>
|
||||
#endif
|
||||
|
@@ -1,7 +1,7 @@
|
||||
module;
|
||||
|
||||
#include <mp-units/bits/core_gmf.h>
|
||||
#include <mp-units/compat_macros.h>
|
||||
#include <chrono>
|
||||
|
||||
export module mp_units.systems;
|
||||
|
||||
|
Reference in New Issue
Block a user