From 366c65ae869a852c0c767608a9991f64c6c4f559 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 29 Nov 2020 17:06:37 +0100 Subject: [PATCH] Remove unused includes --- agents/mailfilteragent/filtermanager.cpp | 1 - .../autotests/unifiedmailboxmanagertest.cpp | 1 - src/tag/tagactionmanager.cpp | 6 ++---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/agents/mailfilteragent/filtermanager.cpp b/agents/mailfilteragent/filtermanager.cpp index d9c69a98c..fdf51b55c 100644 --- a/agents/mailfilteragent/filtermanager.cpp +++ b/agents/mailfilteragent/filtermanager.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include "mailfilteragent_debug.h" #include #include diff --git a/agents/unifiedmailboxagent/autotests/unifiedmailboxmanagertest.cpp b/agents/unifiedmailboxagent/autotests/unifiedmailboxmanagertest.cpp index d2274872d..d9bb9c2a1 100644 --- a/agents/unifiedmailboxagent/autotests/unifiedmailboxmanagertest.cpp +++ b/agents/unifiedmailboxagent/autotests/unifiedmailboxmanagertest.cpp @@ -9,7 +9,6 @@ #include "../common.h" #include -#include #include #include diff --git a/src/tag/tagactionmanager.cpp b/src/tag/tagactionmanager.cpp index 44deb3eff..763b44cea 100644 --- a/src/tag/tagactionmanager.cpp +++ b/src/tag/tagactionmanager.cpp @@ -15,14 +15,12 @@ #include #include #include -#include -#include #include -#include #include #include #include "kmail_debug.h" - +#include +#include #include using namespace KMail;