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
Plasma
Bluedevil
Commits
0ba2a428
Commit
0ba2a428
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
b866a096
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/kio/bluetooth/kiobluetooth.cpp
View file @
0ba2a428
...
...
@@ -8,7 +8,6 @@
*/
#include "kiobluetooth.h"
#include "kdedbluedevil.h"
#include "version.h"
#include "filereceiversettings.h"
...
...
src/kio/obexftp/kioobexftp.cpp
View file @
0ba2a428
...
...
@@ -7,7 +7,6 @@
*/
#include "kioobexftp.h"
#include "kdedobexftp.h"
#include "version.h"
#include "transferfilejob.h"
#include "debug_p.h"
...
...
src/sendfile/discoverwidget.cpp
View file @
0ba2a428
...
...
@@ -8,7 +8,6 @@
*/
#include "discoverwidget.h"
#include "ui_discover.h"
#include "debug_p.h"
#include <QAction>
...
...
src/wizard/pages/discover.cpp
View file @
0ba2a428
...
...
@@ -6,7 +6,6 @@
*/
#include "discover.h"
#include "ui_discover.h"
#include "../bluewizard.h"
#include "../wizardagent.h"
#include "debug_p.h"
...
...
src/wizard/pages/pairing.cpp
View file @
0ba2a428
...
...
@@ -16,7 +16,6 @@
#include <KStandardGuiItem>
#include <KLocalizedString>
#include <BluezQt/Device>
#include <BluezQt/Adapter>
#include <BluezQt/PendingCall>
...
...
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