From 8e50eae64f72f07b6bcb6c1a36da2ee0635ecb12 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 16 Apr 2024 22:14:35 +0100 Subject: [PATCH] style: header files order changed to make pre-commit happy --- src/core/include/mp-units/bits/quantity_spec_concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/bits/quantity_spec_concepts.h b/src/core/include/mp-units/bits/quantity_spec_concepts.h index c45b345c..d04e8bd7 100644 --- a/src/core/include/mp-units/bits/quantity_spec_concepts.h +++ b/src/core/include/mp-units/bits/quantity_spec_concepts.h @@ -22,9 +22,9 @@ #pragma once -#include #include #include +#include #include namespace mp_units {