Remove unneeded kcolorutils.h includes
Found with diff -ub <( wcgrep -l "kcolorutils\.h" | sort ) <(wcgrep -l 'KColorUtils::' | sort ) | grep -v CMakeLists.txt | grep ^"-\.
This commit is contained in:
parent
3421644d01
commit
2679fe483e
@ -34,7 +34,6 @@
|
||||
#include <QStyleOptionViewItem>
|
||||
|
||||
// KDE
|
||||
#include <kcolorutils.h>
|
||||
#include <kdebug.h>
|
||||
#include <kglobalsettings.h>
|
||||
#include <kcolorscheme.h>
|
||||
|
@ -36,7 +36,6 @@
|
||||
|
||||
// KDE
|
||||
#include <kdebug.h>
|
||||
#include <kcolorutils.h>
|
||||
#include <kiconeffect.h>
|
||||
#include <kiconloader.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user