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
Multimedia
libkcddb
Commits
655b2563
Commit
655b2563
authored
Sep 26, 2022
by
Laurent Montel
Browse files
Remove unused include
parent
7a30ef86
Pipeline
#237174
passed with stage
in 6 minutes and 7 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcmcddb/kcmcddb.cpp
View file @
655b2563
...
...
@@ -17,9 +17,7 @@
#include
<KPluginFactory>
#include
<KMessageBox>
#include
<QDebug>
#include
<QCheckBox>
#include
<QRadioButton>
#include
<QVBoxLayout>
K_PLUGIN_FACTORY
(
KCDDBFactory
,
registerPlugin
<
CDDBModule
>
();)
...
...
libkcddb/cddb.cpp
View file @
655b2563
...
...
@@ -11,9 +11,7 @@
#include
"categories.h"
#include
"kcddbi18n.h"
#include
<KStringHandler>
#include
<QDebug>
#include
<QStringList>
namespace
KCDDB
...
...
libkcddb/cddb.h
View file @
655b2563
...
...
@@ -13,7 +13,6 @@
#include
"cdinfo.h"
#include
"config.h"
#include
<QList>
#include
<QString>
namespace
KCDDB
...
...
libkcddb/httplookup.cpp
View file @
655b2563
...
...
@@ -8,8 +8,6 @@
#include
"httplookup.h"
#include
<KIO/Job>
#include
<QDebug>
#include
<QUrlQuery>
namespace
KCDDB
...
...
libkcddb/httpsubmit.cpp
View file @
655b2563
...
...
@@ -8,7 +8,6 @@
#include
"httpsubmit.h"
#include
<KIO/Job>
#include
<QDebug>
namespace
KCDDB
{
...
...
libkcddb/lookup.cpp
View file @
655b2563
...
...
@@ -8,7 +8,6 @@
#include
"lookup.h"
#include
<QDebug>
namespace
KCDDB
{
...
...
tests/cdinfotest.cpp
View file @
655b2563
...
...
@@ -6,7 +6,6 @@
#include
"cdinfotest.h"
#include
<QTest>
#include
<QCoreApplication>
#include
"libkcddb/cdinfo.h"
using
namespace
KCDDB
;
...
...
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