refactor: quantity.h is not needed in constants.h (unit.h is enough)

This commit is contained in:
Mateusz Pusz
2024-10-15 21:03:43 +02:00
parent f60328725e
commit 91f0ad0a12

View File

@@ -26,7 +26,7 @@
#include <mp-units/systems/si/units.h> #include <mp-units/systems/si/units.h>
#ifndef MP_UNITS_IN_MODULE_INTERFACE #ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <mp-units/framework/quantity.h> #include <mp-units/framework/unit.h>
#endif #endif
MP_UNITS_EXPORT MP_UNITS_EXPORT