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
Graphics
Gwenview
Commits
6d676b86
Commit
6d676b86
authored
Oct 13, 2022
by
Laurent Montel
Browse files
Remove unused include
parent
7789e44f
Pipeline
#247156
passed with stage
in 3 minutes and 57 seconds
Changes
20
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/annotate/annotateoperation.cpp
View file @
6d676b86
...
...
@@ -29,7 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Local
#include
"document/abstractdocumenteditor.h"
#include
"document/document.h"
#include
"document/documentjob.h"
#include
"gwenview_lib_debug.h"
namespace
Gwenview
...
...
lib/crop/cropwidget.cpp
View file @
6d676b86
...
...
@@ -42,7 +42,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
"croptool.h"
#include
"cropwidget.h"
#include
"flowlayout.h"
#include
"gwenview_lib_debug.h"
#include
<lib/documentview/rasterimageview.h>
namespace
Gwenview
...
...
lib/document/document.cpp
View file @
6d676b86
...
...
@@ -35,7 +35,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Local
#include
"documentjob.h"
#include
"emptydocumentimpl.h"
#include
"gvdebug.h"
#include
"gwenview_lib_debug.h"
#include
"imagemetainfomodel.h"
...
...
lib/document/documentloadedimpl.cpp
View file @
6d676b86
...
...
@@ -32,7 +32,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Local
#include
"documentjob.h"
#include
"gwenview_lib_debug.h"
#include
"gwenviewconfig.h"
#include
"imageutils.h"
#include
"savejob.h"
...
...
lib/document/loadingdocumentimpl.cpp
View file @
6d676b86
...
...
@@ -60,10 +60,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
"gvdebug.h"
#include
"gwenview_lib_debug.h"
#include
"gwenviewconfig.h"
#include
"imageutils.h"
#include
"jpegcontent.h"
#include
"jpegdocumentloadedimpl.h"
#include
"orientation.h"
#include
"svgdocumentloadedimpl.h"
#include
"urlutils.h"
#include
"videodocumentloadedimpl.h"
...
...
lib/document/svgdocumentloadedimpl.cpp
View file @
6d676b86
...
...
@@ -24,8 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Qt
#include
<QSvgRenderer>
// KF
// Local
#include
"gwenview_lib_debug.h"
...
...
lib/documentview/abstractimageview.cpp
View file @
6d676b86
...
...
@@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Local
#include
"alphabackgrounditem.h"
#include
"gwenview_lib_debug.h"
// KF
...
...
lib/documentview/documentviewcontroller.cpp
View file @
6d676b86
...
...
@@ -11,7 +11,6 @@
#include
"documentviewcontroller.h"
// Local
#include
"abstractdocumentviewadapter.h"
#include
"documentview.h"
#include
"gwenview_lib_debug.h"
#include
<lib/documentview/abstractrasterimageviewtool.h>
...
...
lib/documentview/svgviewadapter.cpp
View file @
6d676b86
...
...
@@ -33,7 +33,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Local
#include
"alphabackgrounditem.h"
#include
"document/documentfactory.h"
#include
"gwenview_lib_debug.h"
#include
<lib/gvdebug.h>
#include
<lib/gwenviewconfig.h>
...
...
lib/print/printhelper.cpp
View file @
6d676b86
...
...
@@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
// Self
#include
"printhelper.h"
#include
"dialogguard.h"
// STD
#include
<memory>
...
...
lib/redeyereduction/redeyereductionimageoperation.cpp
View file @
6d676b86
...
...
@@ -36,7 +36,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
"document/document.h"
#include
"document/documentjob.h"
#include
"gwenview_lib_debug.h"
#include
"paintutils.h"
#include
"ramp.h"
namespace
Gwenview
...
...
lib/redeyereduction/redeyereductiontool.cpp
View file @
6d676b86
...
...
@@ -33,7 +33,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Local
#include
"gwenview_lib_debug.h"
#include
"gwenviewconfig.h"
#include
"paintutils.h"
#include
"redeyereductionimageoperation.h"
#include
"ui_redeyereductionwidget.h"
#include
<lib/documentview/rasterimageview.h>
...
...
lib/semanticinfo/baloosemanticinfobackend.cpp
View file @
6d676b86
...
...
@@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
"baloosemanticinfobackend.h"
// Local
#include
"gwenview_lib_debug.h"
#include
<lib/gvdebug.h>
// Qt
...
...
lib/semanticinfo/sorteddirmodel.cpp
View file @
6d676b86
...
...
@@ -29,7 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
<KDirModel>
#endif
// Local
#include
"gwenview_lib_debug.h"
#include
<lib/archiveutils.h>
#include
<lib/timeutils.h>
#ifndef GWENVIEW_SEMANTICINFO_BACKEND_NONE
...
...
lib/semanticinfo/tagmodel.cpp
View file @
6d676b86
...
...
@@ -28,7 +28,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Local
#include
"abstractsemanticinfobackend.h"
#include
"gwenview_lib_debug.h"
namespace
Gwenview
{
...
...
lib/semanticinfo/tagwidget.cpp
View file @
6d676b86
...
...
@@ -37,7 +37,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
<KLocalizedString>
// Local
#include
"gwenview_lib_debug.h"
#include
<lib/semanticinfo/tagitemdelegate.h>
#include
<lib/semanticinfo/tagmodel.h>
...
...
lib/thumbnailprovider/thumbnailgenerator.cpp
View file @
6d676b86
...
...
@@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
"thumbnailgenerator.h"
// Local
#include
"exiv2imageloader.h"
#include
"gwenview_lib_debug.h"
#include
"gwenviewconfig.h"
#include
"jpegcontent.h"
...
...
lib/thumbnailview/thumbnailbarview.cpp
View file @
6d676b86
...
...
@@ -42,9 +42,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Local
#include
"gwenview_lib_debug.h"
#include
"gwenviewconfig.h"
#include
"lib/hud/hudtheme.h"
#include
"lib/paintutils.h"
#include
"lib/thumbnailview/abstractthumbnailviewhelper.h"
namespace
Gwenview
{
...
...
lib/thumbnailview/thumbnailview.cpp
View file @
6d676b86
...
...
@@ -47,7 +47,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Local
#include
"abstractdocumentinfoprovider.h"
#include
"abstractthumbnailviewhelper.h"
#include
"archiveutils.h"
#include
"dragpixmapgenerator.h"
#include
"gwenview_lib_debug.h"
#include
"gwenviewconfig.h"
...
...
part/gvpart.cpp
View file @
6d676b86
...
...
@@ -37,14 +37,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
<KStandardAction>
// Local
#include
"../lib/about.h"
#include
"../lib/document/document.h"
#include
"../lib/document/documentfactory.h"
#include
"../lib/documentview/documentview.h"
#include
"../lib/documentview/documentviewcontainer.h"
#include
"../lib/documentview/documentviewcontroller.h"
#include
"../lib/urlutils.h"
#include
"../lib/zoomwidget.h"
#include
"gvbrowserextension.h"
#include
"gvpart.h"
...
...
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