From ec71eb1d7d9f1156cc48d1c9959b07981ecd16e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 17 Jan 2022 14:44:57 +0100 Subject: [PATCH] qt: Remove superfluous include * lang/qt/src/importjob.h: Remove include of QByteArray. -- QByteArray is included by other headers already. Besides: Qt headers shouldn't be included with the package/module prefixes. --- lang/qt/src/importjob.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/qt/src/importjob.h b/lang/qt/src/importjob.h index 24589852..a81dcf26 100644 --- a/lang/qt/src/importjob.h +++ b/lang/qt/src/importjob.h @@ -38,8 +38,6 @@ #include "abstractimportjob.h" #include "qgpgme_export.h" -#include - #ifdef BUILDING_QGPGME # include #else