Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KSudoku
Commits
e290f53f
Commit
e290f53f
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
2d9fd0bf
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
9 deletions
+0
-9
src/generator/cagegenerator.cpp
src/generator/cagegenerator.cpp
+0
-1
src/generator/dlxsolver.cpp
src/generator/dlxsolver.cpp
+0
-1
src/gui/ksudokugame.cpp
src/gui/ksudokugame.cpp
+0
-2
src/gui/serializer.cpp
src/gui/serializer.cpp
+0
-2
src/gui/views/ksview.cpp
src/gui/views/ksview.cpp
+0
-1
src/gui/views/roxdokuview.cpp
src/gui/views/roxdokuview.cpp
+0
-1
src/logic/skgraph.cpp
src/logic/skgraph.cpp
+0
-1
No files found.
src/generator/cagegenerator.cpp
View file @
e290f53f
...
...
@@ -17,7 +17,6 @@
#include "cagegenerator.h"
#include "ksudoku_logging.h"
#include "globals.h"
#include "skgraph.h"
#include "dlxsolver.h"
...
...
src/generator/dlxsolver.cpp
View file @
e290f53f
...
...
@@ -17,7 +17,6 @@
#include "dlxsolver.h"
#include "ksudoku_logging.h"
#include "globals.h"
// #define DLX_LOG
...
...
src/gui/ksudokugame.cpp
View file @
e290f53f
...
...
@@ -25,7 +25,6 @@
#include "puzzle.h"
#include "history.h"
#include "globals.h"
...
...
@@ -33,7 +32,6 @@
#include <KLocalizedString>
#include <QList>
#include <QUrl>
#include <QElapsedTimer>
#include <QTime>
...
...
src/gui/serializer.cpp
View file @
e290f53f
...
...
@@ -26,9 +26,7 @@
#include <QDomDocument>
#include <QFile>
#include <QList>
#include <QTextStream>
#include <QUrl>
#include <QTemporaryFile>
#include <KIO/FileCopyJob>
...
...
src/gui/views/ksview.cpp
View file @
e290f53f
...
...
@@ -22,7 +22,6 @@
#include "ksview.h"
#include "ksudokugame.h"
#include "settings.h"
...
...
src/gui/views/roxdokuview.cpp
View file @
e290f53f
...
...
@@ -27,7 +27,6 @@
#include "skgraph.h"
#include <QCursor>
#include <QMouseEvent>
#include <QPixmap>
#include <KLocalizedString>
...
...
src/logic/skgraph.cpp
View file @
e290f53f
...
...
@@ -24,7 +24,6 @@
#include "skgraph.h"
#include <QMultiMap>
#include <QString>
SKGraph
::
SKGraph
(
int
order
,
ksudoku
::
GameType
type
)
{
...
...
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