From 8ef970b679505ea82ea41e94ffa972a732731eae Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 30 May 2025 11:09:54 +0200 Subject: source: reformat include statements --- lib/src/turnsmm/init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/src/turnsmm/init.cpp') diff --git a/lib/src/turnsmm/init.cpp b/lib/src/turnsmm/init.cpp index e649797..7ee4859 100644 --- a/lib/src/turnsmm/init.cpp +++ b/lib/src/turnsmm/init.cpp @@ -11,11 +11,11 @@ #include "turnsmm/private/turn-order_p.hpp" // IWYU pragma: keep #include "turnsmm/turn-order.hpp" +#include + #include #include -#include - #define WRAP_CLASS(Name, name) Glib::wrap_register(turns_##name##_get_type(), &Name##_Class::wrap_new) #define ENSURE_TYPE(Name) g_type_ensure(Name::get_type()) -- cgit v1.2.3