From 91f0ad0a12c02591a94f0db0ece37c4e73b217dc Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 15 Oct 2024 21:03:43 +0200 Subject: [PATCH] refactor: `quantity.h` is not needed in `constants.h` (`unit.h` is enough) --- src/systems/include/mp-units/systems/si/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systems/include/mp-units/systems/si/constants.h b/src/systems/include/mp-units/systems/si/constants.h index 213bdc7e..87e9c171 100644 --- a/src/systems/include/mp-units/systems/si/constants.h +++ b/src/systems/include/mp-units/systems/si/constants.h @@ -26,7 +26,7 @@ #include #ifndef MP_UNITS_IN_MODULE_INTERFACE -#include +#include #endif MP_UNITS_EXPORT