From 1729ce06fc3eb44b41859e1c041230c10fc417ea Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 2 May 2024 14:13:14 -0400 Subject: [PATCH] xo-unit: tidy: quantity2_concept.hpp -> quantity_concept.hpp --- include/xo/unit/{quantity2_concept.hpp => quantity_concept.hpp} | 0 include/xo/unit/quantity_ops.hpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/xo/unit/{quantity2_concept.hpp => quantity_concept.hpp} (100%) diff --git a/include/xo/unit/quantity2_concept.hpp b/include/xo/unit/quantity_concept.hpp similarity index 100% rename from include/xo/unit/quantity2_concept.hpp rename to include/xo/unit/quantity_concept.hpp diff --git a/include/xo/unit/quantity_ops.hpp b/include/xo/unit/quantity_ops.hpp index 25815bbb..a8c806b3 100644 --- a/include/xo/unit/quantity_ops.hpp +++ b/include/xo/unit/quantity_ops.hpp @@ -5,7 +5,7 @@ #pragma once -#include "quantity2_concept.hpp" +#include "quantity_concept.hpp" //#include namespace xo {