summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-26 20:16:33 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-26 20:16:33 +0200
commit08a8362a39a7b71c087f165a1079b5439c52d35e (patch)
treedde0b54f29e0737b7cb061746c3183164c653997 /core/include
parent7a093920809394f7f31b75c444fe6009d1de7005 (diff)
downloadturns-08a8362a39a7b71c087f165a1079b5439c52d35e.tar.xz
turns-08a8362a39a7b71c087f165a1079b5439c52d35e.zip
turns: perform source cleanup
Diffstat (limited to 'core/include')
-rw-r--r--core/include/turns/core/fwd.hpp2
-rw-r--r--core/include/turns/core/turn_order.hpp6
2 files changed, 5 insertions, 3 deletions
diff --git a/core/include/turns/core/fwd.hpp b/core/include/turns/core/fwd.hpp
index deac497..1646d4b 100644
--- a/core/include/turns/core/fwd.hpp
+++ b/core/include/turns/core/fwd.hpp
@@ -9,6 +9,6 @@ namespace turns::core
struct participant;
struct turn_order;
-}
+} // namespace turns::core
#endif \ No newline at end of file
diff --git a/core/include/turns/core/turn_order.hpp b/core/include/turns/core/turn_order.hpp
index a617312..52a7268 100644
--- a/core/include/turns/core/turn_order.hpp
+++ b/core/include/turns/core/turn_order.hpp
@@ -3,6 +3,7 @@
#include "turns/core/fwd.hpp"
+#include <glibmm/object.h>
#include <glibmm/property.h>
#include <glibmm/propertyproxy.h>
#include <glibmm/refptr.h>
@@ -10,12 +11,13 @@
#include <giomm/listmodel.h>
+#include <glib-object.h>
+#include <nlohmann/json_fwd.hpp>
+
#include <limits>
#include <optional>
#include <vector>
-#include <nlohmann/json_fwd.hpp>
-
namespace turns::core
{