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
KScreen
Commits
0c9a8941
Commit
0c9a8941
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
b90337a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
common/utils.cpp
View file @
0c9a8941
...
...
@@ -21,7 +21,6 @@
#include
"utils.h"
#include
<kscreen/output.h>
#include
<kscreen/edid.h>
#include
<KLocalizedString>
...
...
console/console.cpp
View file @
0c9a8941
...
...
@@ -27,7 +27,6 @@
#include
<kscreen/types.h>
#include
<kscreen/config.h>
#include
<kscreen/output.h>
#include
<kscreen/mode.h>
#include
<kscreen/configmonitor.h>
#include
<kscreen/edid.h>
...
...
kded/config.cpp
View file @
0c9a8941
...
...
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include
<QJsonDocument>
#include
<QDir>
#include
<kscreen/config.h>
#include
<kscreen/output.h>
QString
Config
::
s_fixedConfigFileName
=
QStringLiteral
(
"fixed-config"
);
...
...
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