From bec209f61b5857496576ce61eb1233b7ccc604ab Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 28 Apr 2024 14:55:36 -0400 Subject: [PATCH] xo-unit: iostream header tidy --- include/xo/unit/bpu.hpp | 2 +- include/xo/unit/bpu_iostream.hpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/xo/unit/bpu.hpp b/include/xo/unit/bpu.hpp index 2e167734..be9da570 100644 --- a/include/xo/unit/bpu.hpp +++ b/include/xo/unit/bpu.hpp @@ -5,7 +5,7 @@ #pragma once -#include "xo/indentlog/print/tag.hpp" +//#include "xo/indentlog/print/tag.hpp" #include "basis_unit.hpp" #include "dim_iostream.hpp" diff --git a/include/xo/unit/bpu_iostream.hpp b/include/xo/unit/bpu_iostream.hpp index be5d6bd9..42f55c8e 100644 --- a/include/xo/unit/bpu_iostream.hpp +++ b/include/xo/unit/bpu_iostream.hpp @@ -5,8 +5,9 @@ #pragma once -#include "xo/ratio/ratio_iostream.hpp" #include "bpu.hpp" +#include "xo/ratio/ratio_iostream.hpp" +#include "xo/indentlog/print/tag.hpp" #include namespace xo {