diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 11:18:46 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 11:18:46 +0200 |
| commit | 6a6d0be0c659c28946c70a4774966ea9169acb25 (patch) | |
| tree | 0514faa91f48765d09bbad7d400162866c7161ad /test_support/src | |
| parent | 3f5499cebc06356ed99159be3fb9676292cf7b8b (diff) | |
| download | turns-6a6d0be0c659c28946c70a4774966ea9169acb25.tar.xz turns-6a6d0be0c659c28946c70a4774966ea9169acb25.zip | |
turns: update header sorting rules and reformat code
Diffstat (limited to 'test_support/src')
| -rw-r--r-- | test_support/src/glib_main.cpp | 3 | ||||
| -rw-r--r-- | test_support/src/gtk_main.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
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 <catch2/catch_session.hpp> -#include <giomm/init.h> #include <glibmm/init.h> +#include <giomm/init.h> + 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 <catch2/catch_session.hpp> -#include <adwaita.h> #include <gtkmm/init.h> +#include <adwaita.h> + auto main(int argc, char * argv[]) -> int { setlocale(LC_ALL, ""); |
