xo-unit: refactor: streamline .hpp to avoid iostream dep
This commit is contained in:
parent
f535e393e8
commit
67802ed5a3
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
//#include "xo/indentlog/print/tag.hpp"
|
||||
#include "basis_unit.hpp"
|
||||
#include "dim_iostream.hpp"
|
||||
//#include "dim_iostream.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace qty {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "bpu.hpp"
|
||||
#include "dim_iostream.hpp"
|
||||
#include "xo/ratio/ratio_iostream.hpp"
|
||||
#include "xo/indentlog/print/tag.hpp"
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue