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
PimCommon
Commits
1c146c45
Commit
1c146c45
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
250f6801
Pipeline
#38436
passed with stage
in 15 minutes and 44 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pimcommon/autocorrection/tests/autocorrection_gui.cpp
View file @
1c146c45
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#include
"pimcommon_debug.h"
#include
"pimcommon_debug.h"
#include
<KSharedConfig>
#include
<QPointer>
#include
<QPointer>
#include
<QVBoxLayout>
#include
<QVBoxLayout>
...
...
src/pimcommon/translator/translatorwidget.cpp
View file @
1c146c45
...
@@ -8,13 +8,11 @@
...
@@ -8,13 +8,11 @@
#include
"translatorwidget.h"
#include
"translatorwidget.h"
#include
"translatorutil.h"
#include
"translatorutil.h"
#include
"googletranslator.h"
#include
"googletranslator.h"
#include
<KPIMTextEdit/PlainTextEditorWidget>
#include
<PimCommon/NetworkManager>
#include
<PimCommon/NetworkManager>
#include
<KBusyIndicatorWidget>
#include
<KBusyIndicatorWidget>
#include
<QPushButton>
#include
<QPushButton>
#include
<KLocalizedString>
#include
<KLocalizedString>
#include
<kio/job.h>
#include
<KConfigGroup>
#include
<KConfigGroup>
#include
<KSeparator>
#include
<KSeparator>
#include
<KMessageBox>
#include
<KMessageBox>
...
...
src/pimcommonakonadi/addressline/addresslineedit/addresseelineedit_p.cpp
View file @
1c146c45
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include
<AkonadiSearch/PIM/contactcompleter.h>
#include
<AkonadiSearch/PIM/contactcompleter.h>
#endif
#endif
#include
<KLDAP/LdapClientSearch>
#include
<addressline/addresslineedit/baloocompletionemail.h>
#include
<addressline/addresslineedit/baloocompletionemail.h>
#include
<akonadi/contact/contactsearchjob.h>
#include
<akonadi/contact/contactsearchjob.h>
...
...
src/pimcommonakonadi/addressline/addresslineedit/addresseelineeditmanager.cpp
View file @
1c146c45
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#include
<KConfigGroup>
#include
<KConfigGroup>
#include
<KSharedConfig>
#include
<KSharedConfig>
#include
<KColorScheme>
#include
<KColorScheme>
#include
<AkonadiCore/Session>
using
namespace
PimCommon
;
using
namespace
PimCommon
;
...
...
Write
Preview
Supports
Markdown
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