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
KAlarm
Commits
fbf99bee
Commit
fbf99bee
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
0f88e374
Changes
4
Hide whitespace changes
Inline
Side-by-side
serializers/akonadi_serializer_kalarm.cpp
View file @
fbf99bee
...
...
@@ -6,7 +6,6 @@
*/
#include "akonadi_serializer_kalarm.h"
#include "kaeventformatter.h"
#include "akonadi_serializer_kalarm_debug.h"
#include "eventattribute.h"
...
...
src/kacalendar.cpp
View file @
fbf99bee
...
...
@@ -12,7 +12,6 @@
#include "kaevent.h"
#include "version.h"
#include <KCalendarCore/Event>
#include <KCalendarCore/Alarm>
#include <KCalendarCore/MemoryCalendar>
...
...
src/kadatetime.cpp
View file @
fbf99bee
...
...
@@ -10,7 +10,6 @@
#include "kadatetime.h"
#include <QDateTime>
#include <QTimeZone>
#include <QRegExp>
#include <QStringList>
...
...
src/karecurrence.cpp
View file @
fbf99bee
...
...
@@ -14,7 +14,6 @@
#include "kalarmcal_debug.h"
#include <QBitArray>
#include <QDate>
#include <QLocale>
...
...
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