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
KPat
Commits
80768cd4
Commit
80768cd4
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
33b56a2a
Changes
4
Hide whitespace changes
Inline
Side-by-side
dealer.cpp
View file @
80768cd4
...
...
@@ -41,9 +41,7 @@
#include "messagebox.h"
#include "renderer.h"
#include "shuffle.h"
#include "speeds.h"
#include "patsolve/solverinterface.h"
#include "view.h"
#include "KCardTheme"
...
...
libkcardgame/kabstractcarddeck.cpp
View file @
80768cd4
...
...
@@ -22,7 +22,6 @@
#include "kabstractcarddeck_p.h"
#include "common.h"
#include "kcardtheme.h"
#include "kcardpile.h"
#include "libkcardgame_debug.h"
...
...
libkcardgame/kcardthemewidget.cpp
View file @
80768cd4
...
...
@@ -21,7 +21,6 @@
#include "common.h"
#include <KImageCache>
#include <KConfigDialog>
#include <KLineEdit>
#include <KLocalizedString>
#include <QPushButton>
...
...
patsolve/memory.cpp
View file @
80768cd4
...
...
@@ -23,7 +23,6 @@
#include <cstdlib>
#include <cstring>
#include <sys/types.h>
#define BLOCKSIZE (32 * 4096)
...
...
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