Remove unneded kglobal.h includes
Found with diff -ub <( wcgrep -l "kglobal\.h" | sort ) <(wcgrep -l 'KGlobal::\|K_GLOBAL\|KSharedConfigPtr' | sort ) | grep -v CMakeLists.txt | grep ^"-\."
This commit is contained in:
parent
05e48339e6
commit
ac117b6c2d
@ -33,7 +33,6 @@
|
||||
#include <QGraphicsSceneWheelEvent>
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <kglobal.h>
|
||||
#include <kservicetypetrader.h>
|
||||
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
// KDE
|
||||
#include <kcolorutils.h>
|
||||
#include <kdebug.h>
|
||||
#include <kglobal.h>
|
||||
#include <kglobalsettings.h>
|
||||
#include <kcolorscheme.h>
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <QTextBlock>
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <kglobal.h>
|
||||
#include <kglobalsettings.h>
|
||||
#include <kwindoweffects.h>
|
||||
|
||||
|
1
view.cpp
1
view.cpp
@ -22,7 +22,6 @@
|
||||
#include <QTimer>
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <kglobal.h>
|
||||
#include <kwindowsystem.h>
|
||||
#include <kactioncollection.h>
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <kdeclarative.h>
|
||||
#include <kglobal.h>
|
||||
|
||||
|
||||
#include "private/declarative/declarativenetworkaccessmanagerfactory_p.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user