From f3317ddcaa8af0fb7b4be475dc97ef0649d1975b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 24 Jul 2024 11:55:43 +0200 Subject: turns: clean up includes and headers --- core/src/participant.cpp | 3 +-- core/src/turn_order.cpp | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'core/src') diff --git a/core/src/participant.cpp b/core/src/participant.cpp index aa97e83..24d1cff 100644 --- a/core/src/participant.cpp +++ b/core/src/participant.cpp @@ -1,10 +1,9 @@ #include "turns/core/participant.hpp" -#include #include #include -#include +#include namespace turns::core { diff --git a/core/src/turn_order.cpp b/core/src/turn_order.cpp index 20eaa83..234f394 100644 --- a/core/src/turn_order.cpp +++ b/core/src/turn_order.cpp @@ -5,8 +5,6 @@ #include #include -#include -#include #include namespace turns::core -- cgit v1.2.3