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
Education
KTouch
Commits
60fde90f
Commit
60fde90f
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
cc93642d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bindings/utils.cpp
View file @
60fde90f
...
...
@@ -17,8 +17,6 @@
#include "utils.h"
#include <QColor>
#include <QTime>
#include <QUuid>
#include <QtDebug>
#include <QStandardPaths>
...
...
src/x11_helper.cpp
View file @
60fde90f
...
...
@@ -23,7 +23,6 @@
#undef explicit
#include <QX11Info>
#include <QCoreApplication>
#include <QDebug>
...
...
@@ -32,7 +31,6 @@
#include <X11/Xatom.h>
#include <X11/XKBlib.h>
#include <X11/extensions/XKBrules.h>
#include <xcb/xcb.h>
#include <fixx11h.h>
// more information about the limit https://bugs.freedesktop.org/show_bug.cgi?id=19501
...
...
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