refactor: unit_text.h header include moved to text-related targets

This commit is contained in:
Mateusz Pusz
2021-03-31 12:25:26 +02:00
parent 441db47928
commit 309da80c32
7 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
#pragma once
#include <units/bits/unit_text.h>
#include <units/isq/si/prefixes.h>
#include <units/quantity.h>
// get at the units text of the quantity, without its numeric value
inline auto constexpr units_str(const units::Quantity auto& q)
{