Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
f2bd4b7a
Commit
f2bd4b7a
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
27873cd6
Pipeline
#38476
passed with stage
in 45 minutes and 42 seconds
Changes
46
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/cryptofunctions.cpp
View file @
f2bd4b7a
...
...
@@ -11,7 +11,6 @@
#include <MessageComposer/Util>
#include <Libkleo/Enum>
#include <KMime/Message>
#include <KMime/Content>
...
...
messagecomposer/src/attachment/attachmentcontrollerbase.cpp
View file @
f2bd4b7a
...
...
@@ -18,7 +18,6 @@
#include "MessageComposer/Composer"
#include "MessageComposer/GlobalPart"
#include <MessageViewer/EditorWatcher>
#include <MessageViewer/MessageViewerUtil>
#include <MimeTreeParser/NodeHelper>
...
...
messagecomposer/src/attachment/attachmentmodel.cpp
View file @
f2bd4b7a
...
...
@@ -17,7 +17,6 @@
#include <kmime/kmime_headers.h>
#include <kmime/kmime_util.h>
#include <AkonadiCore/item.h>
#include <KFormat>
...
...
messagecomposer/src/followupreminder/followupreminderselectdatedialog.cpp
View file @
f2bd4b7a
...
...
@@ -17,7 +17,6 @@
#include <QVBoxLayout>
#include <QDialogButtonBox>
#include <QPushButton>
#include <QFormLayout>
#include <QLineEdit>
using
namespace
MessageComposer
;
...
...
messagecomposer/src/helper/messagefactoryng.cpp
View file @
f2bd4b7a
...
...
@@ -18,7 +18,6 @@
#include <KIdentityManagement/kidentitymanagement/identitymanager.h>
#include <KIdentityManagement/kidentitymanagement/identity.h>
#include <Akonadi/KMime/MessageStatus>
#include <kmime/kmime_dateformatter.h>
#include <KEmailAddress>
#include <MessageCore/MailingList>
...
...
messagecomposer/src/helper/messagefactoryreplyjob.cpp
View file @
f2bd4b7a
...
...
@@ -7,7 +7,6 @@
#include "messagefactoryreplyjob.h"
#include "settings/messagecomposersettings.h"
#include <TemplateParser/TemplateParserJob>
#include <KIdentityManagement/IdentityManager>
using
namespace
MessageComposer
;
...
...
messagecomposer/src/helper/messagehelper.cpp
View file @
f2bd4b7a
...
...
@@ -15,7 +15,6 @@
#include <KMime/Message>
#include <kmime/kmime_mdn.h>
#include <kmime/kmime_dateformatter.h>
#include <kmime/kmime_headers.h>
#include <kidentitymanagement/identitymanager.h>
#include <kidentitymanagement/identity.h>
#include "messagecomposer_debug.h"
...
...
messagecomposer/src/job/encryptjob.cpp
View file @
f2bd4b7a
...
...
@@ -11,7 +11,6 @@
#include "job/protectedheaders.h"
#include "utils/util_p.h"
#include <Libkleo/Enum>
#include <QGpgME/Protocol>
#include <QGpgME/EncryptJob>
...
...
messagecomposer/src/job/signencryptjob.cpp
View file @
f2bd4b7a
...
...
@@ -11,7 +11,6 @@
#include "job/protectedheaders.h"
#include "utils/util_p.h"
#include <Libkleo/Enum>
#include <QGpgME/Protocol>
#include <QGpgME/SignEncryptJob>
...
...
messagecomposer/src/job/signjob.cpp
View file @
f2bd4b7a
...
...
@@ -11,7 +11,6 @@
#include "job/protectedheaders.h"
#include "utils/util_p.h"
#include <Libkleo/Enum>
#include <QGpgME/Protocol>
#include <QGpgME/SignJob>
#include <QVector>
...
...
messagecomposer/src/plugineditor/plugineditormanager.cpp
View file @
f2bd4b7a
...
...
@@ -7,7 +7,6 @@
#include "plugineditor.h"
#include "messagecomposer_debug.h"
#include "plugineditormanager.h"
#include <PimCommon/PluginUtil>
#include <QFileInfo>
#include <QSet>
...
...
messagecomposer/src/recipient/kwindowpositioner.cpp
View file @
f2bd4b7a
...
...
@@ -10,7 +10,6 @@
#include "messagecomposer_debug.h"
#include <QWidget>
#include <QApplication>
#include <QDesktopWidget>
...
...
messagecomposer/src/recipient/recipientseditor.cpp
View file @
f2bd4b7a
...
...
@@ -12,7 +12,6 @@
#include "recipientseditor.h"
#include "recipient.h"
#include "recipientline.h"
#include "recipientseditorsidewidget.h"
#include "settings/messagecomposersettings.h"
...
...
messagecomposer/src/sender/akonadisender.cpp
View file @
f2bd4b7a
...
...
@@ -14,7 +14,6 @@
#include "MessageComposer/Util"
#include "utils/util_p.h"
#include <kmime/kmime_message.h>
#include <Libkdepim/ProgressManager>
#include <MailTransportAkonadi/DispatcherInterface>
...
...
messagecomposer/src/sendlater/sendlaterjob.cpp
View file @
f2bd4b7a
...
...
@@ -12,7 +12,6 @@
#include <KLocalizedString>
#include <QDBusPendingCallWatcher>
#include <QDBusPendingReply>
#include <memory>
...
...
messagecore/src/utils/stringutil.cpp
View file @
f2bd4b7a
...
...
@@ -22,7 +22,6 @@
#include <KIdentityManagement/Identity>
#include <QHostInfo>
#include <QRegularExpression>
#include <QStringList>
#include <QUrlQuery>
#include <KPIMTextEdit/TextUtils>
#include <KCodecs>
...
...
messagelist/src/core/messageitem.cpp
View file @
f2bd4b7a
...
...
@@ -10,7 +10,6 @@
#include "messageitem_p.h"
#include <PimCommonAkonadi/AnnotationDialog>
#include "theme.h"
#include <item.h>
#include <entityannotationsattribute.h>
...
...
messagelist/src/core/view.cpp
View file @
f2bd4b7a
...
...
@@ -35,7 +35,6 @@
#include <QLineEdit>
#include <QMenu>
#include <QPainter>
#include <QVector>
#include <KLocalizedString>
#include "messagelist_debug.h"
...
...
messagelist/src/core/widgets/quicksearchline.cpp
View file @
f2bd4b7a
...
...
@@ -8,7 +8,6 @@
#include "quicksearchline.h"
#include "messagelistsettings.h"
#include <KStringHandler>
#include <Akonadi/KMime/MessageStatus>
#include "searchlinestatus.h"
#include <KLocalizedString>
...
...
messagelist/src/pane.cpp
View file @
f2bd4b7a
...
...
@@ -24,7 +24,6 @@
#include <QMouseEvent>
#include <QHeaderView>
#include <QRegularExpression>
#include <QVector>
#include <QApplication>
#include "storagemodel.h"
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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