mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
refactor: si.h usage limited
This commit is contained in:
@ -21,7 +21,8 @@
|
||||
// SOFTWARE.
|
||||
|
||||
#include "units/math.h"
|
||||
#include "units/physical/si/si.h"
|
||||
#include "units/physical/si/derived/area.h"
|
||||
#include "units/physical/si/derived/volume.h"
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
using namespace units;
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
#include "units/math.h"
|
||||
#include "test_tools.h"
|
||||
#include "units/physical/si/si.h"
|
||||
#include "units/physical/si/international/international.h"
|
||||
#include "units/physical/si/derived/area.h"
|
||||
#include "units/physical/si/international/derived/area.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -23,8 +23,10 @@
|
||||
#include "units/quantity_point.h"
|
||||
#include "test_tools.h"
|
||||
#include "units/math.h"
|
||||
#include "units/physical/si/si.h"
|
||||
#include "units/physical/si/us/us.h"
|
||||
#include "units/physical/si/derived/area.h"
|
||||
#include "units/physical/si/derived/speed.h"
|
||||
#include "units/physical/si/derived/volume.h"
|
||||
#include "units/physical/si/us/base/length.h"
|
||||
#include <chrono>
|
||||
#include <utility>
|
||||
|
||||
|
Reference in New Issue
Block a user