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 --- app/src/widgets/participant_row.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/widgets/participant_row.cpp') diff --git a/app/src/widgets/participant_row.cpp b/app/src/widgets/participant_row.cpp index 81d9e31..c04eee0 100644 --- a/app/src/widgets/participant_row.cpp +++ b/app/src/widgets/participant_row.cpp @@ -1,16 +1,16 @@ #include "turns/app/widgets/participant_row.hpp" +#include "turns/core/disposition.hpp" +#include "turns/core/participant.hpp" #include "turns/lang/messages.hpp" +#include #include #include #include -#include - #include #include -#include namespace turns::app::widgets { -- cgit v1.2.3