[pim/trojita] src/Imap/Parser: Remove unused include directives
Espen Sandøy Hustad <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2620a662911a25ebf318214b1aeddb64c9725a63 by Espen Sandøy Hustad.
Committed on 09/08/2026 at 11:05.
Pushed by ehustad into branch 'master'.
Remove unused include directives
M +2 -5 src/Imap/Parser/MailAddress.cpp
https://invent.kde.org/pim/trojita/-/commit/2620a662911a25ebf318214b1aeddb64c9725a63
diff --git a/src/Imap/Parser/MailAddress.cpp b/src/Imap/Parser/MailAddress.cpp
index f2066869e..43bac54f4 100644
--- a/src/Imap/Parser/MailAddress.cpp
+++ b/src/Imap/Parser/MailAddress.cpp
@@ -20,17 +20,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <typeinfo>
-
#include <QRegularExpression>
#include <QRegularExpressionMatch>
#include <QTextDocument>
#include <QUrl>
#include <QUrlQuery>
#include "MailAddress.h"
-#include "../Model/MailboxTree.h"
-#include "../Encoders.h"
-#include "../Parser/Rfc5322HeaderParser.h"
+#include "Imap/Encoders.h"
+#include "Imap/Exceptions.h"
#include "UiUtils/Formatting.h"
namespace Imap