From 6a6d0be0c659c28946c70a4774966ea9169acb25 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 24 Jul 2024 11:18:46 +0200 Subject: turns: update header sorting rules and reformat code --- core/src/participant.cpp | 6 +++--- core/src/turn_order.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'core/src') diff --git a/core/src/participant.cpp b/core/src/participant.cpp index 45b02bd..aa97e83 100644 --- a/core/src/participant.cpp +++ b/core/src/participant.cpp @@ -1,11 +1,11 @@ #include "turns/core/participant.hpp" -#include -#include - #include #include +#include +#include + namespace turns::core { auto participant::create(Glib::ustring name, float priority, core::disposition disposition) -> Glib::RefPtr diff --git a/core/src/turn_order.cpp b/core/src/turn_order.cpp index ae3511e..20eaa83 100644 --- a/core/src/turn_order.cpp +++ b/core/src/turn_order.cpp @@ -2,13 +2,13 @@ #include "turns/core/participant.hpp" +#include + #include #include #include #include -#include - namespace turns::core { -- cgit v1.2.3