diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:09:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:09:54 +0200 |
| commit | 8ef970b679505ea82ea41e94ffa972a732731eae (patch) | |
| tree | 9678ff0d6a880e639091179a64f90b8ecfbbb8ad /gui/src/main.cpp | |
| parent | 149df837961635b81109796e6b6b2c81c376b356 (diff) | |
| download | turns-8ef970b679505ea82ea41e94ffa972a732731eae.tar.xz turns-8ef970b679505ea82ea41e94ffa972a732731eae.zip | |
source: reformat include statements
Diffstat (limited to 'gui/src/main.cpp')
| -rw-r--r-- | gui/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/main.cpp b/gui/src/main.cpp index c8830bf..c4b95e5 100644 --- a/gui/src/main.cpp +++ b/gui/src/main.cpp @@ -3,11 +3,11 @@ * SPDX-License-Identifier: LGPL-2.1-only */ -#include "turnsmm/init.hpp" - -#include <giomm/application.h> +#include <turnsmm.hpp> +#include <turnsmm/enum_helpers.hpp> #include <adwaitamm/application.hpp> +#include <giomm/application.h> #include <libintl.h> |
