From 6a6d0be0c659c28946c70a4774966ea9169acb25 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 24 Jul 2024 11:18:46 +0200 Subject: turns: update header sorting rules and reformat code --- test_support/src/glib_main.cpp | 3 ++- test_support/src/gtk_main.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'test_support/src') diff --git a/test_support/src/glib_main.cpp b/test_support/src/glib_main.cpp index b9dc858..c2fe10f 100644 --- a/test_support/src/glib_main.cpp +++ b/test_support/src/glib_main.cpp @@ -1,8 +1,9 @@ #include -#include #include +#include + namespace turns::tests { auto register_types() -> void; diff --git a/test_support/src/gtk_main.cpp b/test_support/src/gtk_main.cpp index cb2ae5c..4656c12 100644 --- a/test_support/src/gtk_main.cpp +++ b/test_support/src/gtk_main.cpp @@ -1,8 +1,9 @@ #include -#include #include +#include + auto main(int argc, char * argv[]) -> int { setlocale(LC_ALL, ""); -- cgit v1.2.3