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/tests/widgets/participant_row.cpp | 7 ------- app/tests/windows/participant_editor.cpp | 4 ---- app/tests/windows/tracker.cpp | 3 --- 3 files changed, 14 deletions(-) (limited to 'app/tests') diff --git a/app/tests/widgets/participant_row.cpp b/app/tests/widgets/participant_row.cpp index 3098dbc..8f20f56 100644 --- a/app/tests/widgets/participant_row.cpp +++ b/app/tests/widgets/participant_row.cpp @@ -2,15 +2,8 @@ #include "turns/core/disposition.hpp" #include "turns/core/participant.hpp" -#include "turns/lang/messages.hpp" #include -#include - -#include - -#include -#include namespace turns::app::widgets::tests { diff --git a/app/tests/windows/participant_editor.cpp b/app/tests/windows/participant_editor.cpp index 4dc2935..f9f59ee 100644 --- a/app/tests/windows/participant_editor.cpp +++ b/app/tests/windows/participant_editor.cpp @@ -11,15 +11,11 @@ #include #include -#include #include -#include #include #include -#include - namespace turns::app::windows::tests { diff --git a/app/tests/windows/tracker.cpp b/app/tests/windows/tracker.cpp index 842dd76..3d7f0c2 100644 --- a/app/tests/windows/tracker.cpp +++ b/app/tests/windows/tracker.cpp @@ -10,14 +10,11 @@ #include #include -#include #include #include #include -#include - namespace turns::app::windows::tests { -- cgit v1.2.3