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
Plasma
PowerDevil
Commits
13059717
Commit
13059717
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
5d5c8c0d
Changes
7
Hide whitespace changes
Inline
Side-by-side
daemon/actions/bundled/brightnesscontrol.cpp
View file @
13059717
...
...
@@ -23,7 +23,6 @@
#include
"brightnesscontroladaptor.h"
#include
<powerdevilbackendinterface.h>
#include
<powerdevilcore.h>
#include
<powerdevil_debug.h>
...
...
daemon/actions/bundled/keyboardbrightnesscontrol.cpp
View file @
13059717
...
...
@@ -23,7 +23,6 @@
#include
"brightnessosdwidget.h"
#include
<powerdevilbackendinterface.h>
#include
<powerdevilcore.h>
#include
<powerdevil_debug.h>
...
...
daemon/actions/bundled/wirelesspowersaving.cpp
View file @
13059717
...
...
@@ -21,7 +21,6 @@
#include
"wirelesspowersavingadaptor.h"
#include
<powerdevilbackendinterface.h>
#include
<powerdevilcore.h>
#include
<powerdevil_debug.h>
...
...
@@ -29,7 +28,6 @@
#include
<NetworkManagerQt/Manager>
#include
<BluezQt/Manager>
namespace
PowerDevil
{
namespace
BundledActions
{
...
...
daemon/backends/upower/backlighthelper.cpp
View file @
13059717
...
...
@@ -23,7 +23,6 @@
#include
<QDir>
#include
<QDebug>
#include
<QVariantAnimation>
#include
<KLocalizedString>
...
...
daemon/backends/upower/powerdevilupowerbackend.cpp
View file @
13059717
...
...
@@ -40,7 +40,6 @@
#include
"ddcutilbrightness.h"
#include
"upowersuspendjob.h"
#include
"login1suspendjob.h"
#include
"udevqt.h"
#define HELPER_ID "org.kde.powerdevil.backlighthelper"
...
...
daemon/powerdevilcore.cpp
View file @
13059717
...
...
@@ -23,7 +23,6 @@
#include
"powerdevilaction.h"
#include
"powerdevilactionpool.h"
#include
"powerdevilbackendinterface.h"
#include
"powerdevilpolicyagent.h"
#include
"powerdevilprofilegenerator.h"
#include
"powerdevil_debug.h"
...
...
kcmodule/profiles/EditPage.cpp
View file @
13059717
...
...
@@ -45,7 +45,6 @@
#include
<KMessageBox>
#include
<KAboutData>
#include
<KPluginFactory>
#include
<KSharedConfig>
#include
<KLocalizedString>
#include
<KRun>
...
...
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