diff options
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, ""); |
