Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
204ae7da
Commit
204ae7da
authored
Sep 25, 2022
by
Laurent Montel
Browse files
Remove unused include
parent
69d9b726
Pipeline
#236739
passed with stage
in 12 minutes and 41 seconds
Changes
20
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/dav/resource/searchdialog.cpp
View file @
204ae7da
...
...
@@ -10,7 +10,6 @@
#include
<KDAV/DavPrincipalSearchJob>
#include
<KDAV/ProtocolInfo>
#include
"davresource_debug.h"
#include
<KLocalizedString>
#include
<KMessageBox>
#include
<QIcon>
...
...
resources/dav/resource/urlconfigurationdialog.cpp
View file @
204ae7da
...
...
@@ -6,13 +6,14 @@
#include
"urlconfigurationdialog.h"
#include
"settings.h"
#include
<KDAV/DavCollectionModifyJob>
#include
<KDAV/DavCollectionsFetchJob>
#include
<KAuthorized>
#include
<KConfigGroup>
#include
<KLocalizedString>
#include
<KMessageBox>
#include
<KSharedConfig>
#include
<QButtonGroup>
#include
<QStandardItem>
...
...
resources/ews/contact/ewsfetchcontactdetailjob.cpp
View file @
204ae7da
...
...
@@ -7,7 +7,6 @@
#include
"ewsfetchcontactdetailjob.h"
#include
"ewsgetitemrequest.h"
#include
"ewsitemshape.h"
#include
"ewsmailbox.h"
#include
"ewsresource_debug.h"
using
namespace
Akonadi
;
...
...
resources/ews/ewsclient/ewsgeteventsrequest.cpp
View file @
204ae7da
...
...
@@ -6,7 +6,6 @@
#include
"ewsgeteventsrequest.h"
#include
"ewsclient_debug.h"
#include
"ewsxml.h"
EwsGetEventsRequest
::
EwsGetEventsRequest
(
EwsClient
&
client
,
QObject
*
parent
)
:
EwsEventRequestBase
(
client
,
QStringLiteral
(
"GetEvents"
),
parent
)
...
...
resources/ews/ewsclient/ewsgetstreamingeventsrequest.cpp
View file @
204ae7da
...
...
@@ -9,7 +9,6 @@
#include
<QTemporaryFile>
#include
"ewsclient_debug.h"
#include
"ewsxml.h"
static
constexpr
uint
respChunkTimeout
=
250
;
/* ms */
...
...
resources/ews/ewsfetchfoldersincrjob.cpp
View file @
204ae7da
...
...
@@ -18,7 +18,6 @@
#include
"ewsclient.h"
#include
"ewseffectiverights.h"
#include
"ewsgetfolderrequest.h"
#include
"ewsresource_debug.h"
#include
"ewssyncfolderhierarchyrequest.h"
...
...
resources/ews/ewsfetchitemsjob.cpp
View file @
204ae7da
...
...
@@ -14,7 +14,6 @@
#include
"ewsclient.h"
#include
"ewsfetchitemdetailjob.h"
#include
"ewsitemhandler.h"
#include
"ewsmailbox.h"
#include
"ewsresource.h"
#include
"ewsresource_debug.h"
#include
"ewssyncfolderitemsrequest.h"
...
...
resources/ews/ewsresource.cpp
View file @
204ae7da
...
...
@@ -49,7 +49,6 @@
#include
"ewssubscriptionmanager.h"
#include
"ewssyncstateattribute.h"
#include
"ewsupdatefolderrequest.h"
#include
"ewsupdateitemrequest.h"
#include
"tags/ewsglobaltagsreadjob.h"
#include
"tags/ewsglobaltagswritejob.h"
#include
"tags/ewstagstore.h"
...
...
resources/ews/ewssubscriptionmanager.cpp
View file @
204ae7da
...
...
@@ -7,7 +7,6 @@
#include
"ewssubscriptionmanager.h"
#include
"ewsgeteventsrequest.h"
#include
"ewsgetfolderrequest.h"
#include
"ewsgetstreamingeventsrequest.h"
#include
"ewsresource_debug.h"
#include
"ewssettings.h"
...
...
resources/ews/tags/ewsglobaltagswritejob.cpp
View file @
204ae7da
...
...
@@ -9,7 +9,6 @@
#include
<Akonadi/Collection>
#include
"ewsid.h"
#include
"ewsitemhandler.h"
#include
"ewsresource.h"
#include
"ewstagstore.h"
#include
"ewsupdatefolderrequest.h"
...
...
resources/ews/task/ewsfetchtaskdetailjob.cpp
View file @
204ae7da
...
...
@@ -8,7 +8,6 @@
#include
"ewsgetitemrequest.h"
#include
"ewsitemshape.h"
#include
"ewsmailbox.h"
#include
"ewsresource_debug.h"
using
namespace
Akonadi
;
...
...
resources/imap/imapresourcebase.cpp
View file @
204ae7da
...
...
@@ -66,8 +66,6 @@
#include
"imapflags.h"
#include
"sessionpool.h"
#include
"sessionuiproxy.h"
#include
"settingspasswordrequester.h"
#include
"resourceadaptor.h"
...
...
resources/imap/movecollectiontask.cpp
View file @
204ae7da
...
...
@@ -7,7 +7,6 @@
#include
"movecollectiontask.h"
#include
"imapresource_debug.h"
#include
<KLocalizedString>
#include
<KIMAP/RenameJob>
...
...
resources/kolab/kolabmessagehelper.cpp
View file @
204ae7da
...
...
@@ -6,7 +6,6 @@
#include
"kolabmessagehelper.h"
#include
"pimkolab/kolabformat/kolabdefinitions.h"
#include
<collectionannotationsattribute.h>
#include
"kolabhelpers.h"
...
...
resources/kolab/kolabresourcestate.cpp
View file @
204ae7da
...
...
@@ -10,7 +10,6 @@
#include
<imapresource.h>
#include
"kolabresource_debug.h"
#include
<Akonadi/CachePolicy>
#include
<Akonadi/EntityDisplayAttribute>
#include
<Akonadi/MessageParts>
...
...
resources/kolab/pimkolab/calendaring/datetimeutils.cpp
View file @
204ae7da
...
...
@@ -6,7 +6,6 @@
#include
"datetimeutils.h"
#include
"conversion/commonconversion.h"
#include
<QTimeZone>
namespace
Kolab
...
...
resources/kolab/pimkolab/kolabformat/kolabobject.cpp
View file @
204ae7da
...
...
@@ -9,8 +9,6 @@
#include
"pimkolab_debug.h"
#include
"v2helpers.h"
#include
"kolabbase.h"
#include
<Akonadi/NoteUtils>
#include
<conversion/commonconversion.h>
...
...
resources/kolab/pimkolab/kolabformat/mimeobject.cpp
View file @
204ae7da
...
...
@@ -10,7 +10,6 @@
#include
"conversion/kabcconversion.h"
#include
"conversion/kcalconversion.h"
#include
"conversion/kolabconversion.h"
#include
"kolabformat/kolabobject.h"
#include
"kolabformat/xmlobject.h"
#include
"kolabformat/v2helpers.h"
...
...
resources/mbox/mboxresource.cpp
View file @
204ae7da
...
...
@@ -19,9 +19,7 @@
#include
<KMime/Message>
#include
"compactpage.h"
#include
"deleteditemsattribute.h"
#include
"lockmethodpage.h"
#include
"settingsadaptor.h"
#include
<QDBusConnection>
...
...
resources/mixedmaildir/mixedmaildirresource.cpp
View file @
204ae7da
...
...
@@ -22,7 +22,6 @@
#include
"filestore/collectionfetchjob.h"
#include
"filestore/collectionmodifyjob.h"
#include
"filestore/collectionmovejob.h"
#include
"filestore/entitycompactchangeattribute.h"
#include
"filestore/itemcreatejob.h"
#include
"filestore/itemdeletejob.h"
#include
"filestore/itemfetchjob.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment