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
Games
libkdegames
Commits
50d31048
Commit
50d31048
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
ac7952f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
libkdegamesprivate/kgame/kgame.cpp
View file @
50d31048
...
...
@@ -35,7 +35,6 @@
#include <QBuffer>
#include <QTimer>
#include <QFile>
#include <QList>
#include <QQueue>
#include <KLocalizedString>
...
...
libkdegamesprivate/kgame/kgamepropertyhandler.cpp
View file @
50d31048
...
...
@@ -19,14 +19,12 @@
*/
#include "kgamepropertyhandler.h"
#include "kgameproperty.h"
#include "kgamemessage.h"
#include <QMap>
#include <QQueue>
#include <KLocalizedString>
#include <typeinfo>
#define KPLAYERHANDLER_LOAD_COOKIE 6239
...
...
libkdegamesprivate/kgamecanvas.cpp
View file @
50d31048
...
...
@@ -29,8 +29,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "kgamecanvas.h"
#include <QPaintEvent>
#include <QPainter>
#include <QRegion>
#include <QApplication>
#include <QTimer>
#include <QTime>
...
...
libkdegamesprivate/kgamedifficulty.cpp
View file @
50d31048
...
...
@@ -13,7 +13,6 @@ You should have received a copy of the GNU Library General Public License along
#include <QMap>
#include <KActionCollection>
...
...
libkdegamesprivate/kgamesvgdocument.cpp
View file @
50d31048
...
...
@@ -24,7 +24,6 @@
#include <QBuffer>
#include <QFile>
#include <QString>
#include <QStringList>
#include <QDomElement>
#include <QDomNode>
#include <QDebug>
...
...
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