summaryrefslogtreecommitdiff
path: root/lib/tests/turnsmm/turn-order.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-30 11:09:54 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-30 11:09:54 +0200
commit8ef970b679505ea82ea41e94ffa972a732731eae (patch)
tree9678ff0d6a880e639091179a64f90b8ecfbbb8ad /lib/tests/turnsmm/turn-order.cpp
parent149df837961635b81109796e6b6b2c81c376b356 (diff)
downloadturns-8ef970b679505ea82ea41e94ffa972a732731eae.tar.xz
turns-8ef970b679505ea82ea41e94ffa972a732731eae.zip
source: reformat include statements
Diffstat (limited to 'lib/tests/turnsmm/turn-order.cpp')
-rw-r--r--lib/tests/turnsmm/turn-order.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/tests/turnsmm/turn-order.cpp b/lib/tests/turnsmm/turn-order.cpp
index 14b6b2c..fffe507 100644
--- a/lib/tests/turnsmm/turn-order.cpp
+++ b/lib/tests/turnsmm/turn-order.cpp
@@ -9,10 +9,9 @@
#include <catch2/catch_test_macros.hpp>
-#include <giomm/listmodel.h>
-
#include <glib.h>
-#include <turns-turn-order.h>
+
+#include <giomm/listmodel.h>
#include <optional>
#include <tuple>