xo-unit: refactor: dim_util.hpp -> dimension.hpp

This commit is contained in:
Roland Conybeare 2024-04-22 15:51:17 -04:00
commit c9ec702915
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#pragma once
#include "dim_util.hpp"
#include "dimension.hpp"
#include <iostream>
namespace xo {

View file

@ -5,7 +5,7 @@
#pragma once
#include "dim_util.hpp"
#include "dimension.hpp"
#include "xo/flatstring/flatstring.hpp"
namespace xo {

View file

@ -1,4 +1,4 @@
/* @file dim_util.hpp */
/* @file dimension.hpp */
#pragma once
@ -77,4 +77,4 @@ namespace xo {
} /*namespace qty*/
} /*namespace xo*/
/* end dim_util.hpp */
/* end dimension.hpp */